commit | f54f75318c7803544ce9d2ebc3600f77b1219657 | [log] [tgz] |
---|---|---|
author | Angelo Dureghello <angelo@sysam.it> | Tue Aug 01 14:27:10 2017 +0200 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Thu Aug 17 17:00:11 2017 +0900 |
tree | 127076ebc6d7f6a4725d013e8f5d3967ec95016d | |
parent | eba48f91d13e32ba9bad1db5c1c188ade8cc6d13 [diff] |
cmd: mmc: add mmc partconf read capability This patch allows to show the EXT_CSD[179] partition_config register info, just by specifying the dev param: U-Boot> mmc partconf 0 EXT_CSD[179], PARTITION_CONFIG: BOOT_ACK: 0x0 BOOT_PARTITION_ENABLE: 0x0 PARTITION_ACCESS: 0x0 Signed-off-by: Angelo Dureghello <angelo@sysam.it> Signed-off-by: Anatolij Gustschin <agust@denx.de>