diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2018-05-08 04:43:31 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-05-23 17:30:02 -0400 |
commit | 5a7b11e65a54ab9f82bb08bfc402aa4ca1aa3a78 (patch) | |
tree | eb04ac7e9a8955a866bdb65505ed8b0f4a0fcbc5 /README | |
parent | ea37f0b3129bb21c5d4bd11a14bfcf2537e8ec29 (diff) | |
download | u-boot-5a7b11e65a54ab9f82bb08bfc402aa4ca1aa3a78.zip u-boot-5a7b11e65a54ab9f82bb08bfc402aa4ca1aa3a78.tar.gz u-boot-5a7b11e65a54ab9f82bb08bfc402aa4ca1aa3a78.tar.bz2 |
Convert CONFIG_SUPPORT_EMMC_RPMB to Kconfig
Convert CONFIG_SUPPORT_EMMC_RPMB to Kconfig. Split the command handling
from the underlying support and expose this through CMD_MMC_RPMB.
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1172,10 +1172,6 @@ The following options need to be configured: CONFIG_SUPPORT_EMMC_BOOT Enable some additional features of the eMMC boot partitions. - CONFIG_SUPPORT_EMMC_RPMB - Enable the commands for reading, writing and programming the - key for the Replay Protection Memory Block partition in eMMC. - - USB Device Firmware Update (DFU) class support: CONFIG_DFU_OVER_USB This enables the USB portion of the DFU USB class |