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 /configs/gwventana_nand_defconfig | |
parent | ea37f0b3129bb21c5d4bd11a14bfcf2537e8ec29 (diff) | |
download | u-boot-5a7b11e65a54ab9f82bb08bfc402aa4ca1aa3a78.tar.gz |
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 'configs/gwventana_nand_defconfig')
-rw-r--r-- | configs/gwventana_nand_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/gwventana_nand_defconfig b/configs/gwventana_nand_defconfig index 1de70818ef..e6ccfef7aa 100644 --- a/configs/gwventana_nand_defconfig +++ b/configs/gwventana_nand_defconfig @@ -58,6 +58,7 @@ CONFIG_CMD_UBI=y CONFIG_ENV_IS_IN_NAND=y CONFIG_DM=y CONFIG_DWC_AHSATA=y +CONFIG_SUPPORT_EMMC_RPMB=y CONFIG_FSL_ESDHC=y CONFIG_NAND=y CONFIG_NAND_MXS=y |