Re: [U-Boot] [PATCH] mmc: add mmc partconf read capability

2016-04-13 Thread Andreas Färber
Hi, Am 13.04.2016 um 19:08 schrieb Angelo Dureghello: > This patch allows to read back the EXT_CSD[179] partition_config > register, just specifiing the dev param: "specifying" > > linkmotion> mmc partconf 0 > EXT_CSD[179], PARTITION_CONFIG register: > BOOT_ACK: 0 > BOOT_PARTITION_ENABLE: 0 > P

[U-Boot] [PATCH] mmc: add mmc partconf read capability

2016-04-13 Thread Angelo Dureghello
This patch allows to read back the EXT_CSD[179] partition_config register, just specifiing the dev param: linkmotion> mmc partconf 0 EXT_CSD[179], PARTITION_CONFIG register: BOOT_ACK: 0 BOOT_PARTITION_ENABLE: 0 PARTITION_ACCESS: 0 Signed-off-by: Angelo Dureghello --- cmd/mmc.c | 30