[U-Boot] [PATCH] ARM: rmobile: Enable MMC extensions on Gen3
Marek Vasut
marek.vasut at gmail.com
Mon Dec 3 22:50:16 UTC 2018
Enable extended MMC commands and GPT partition table support.
Signed-off-by: Marek Vasut <marek.vasut+renesas at gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
---
arch/arm/mach-rmobile/Kconfig | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/mach-rmobile/Kconfig b/arch/arm/mach-rmobile/Kconfig
index d82023acf3..ba7bd2def9 100644
--- a/arch/arm/mach-rmobile/Kconfig
+++ b/arch/arm/mach-rmobile/Kconfig
@@ -13,6 +13,11 @@ config RCAR_GEN3
select ARM64
select PHY
select CMD_CACHE
+ imply CMD_FS_UUID if BLK
+ imply CMD_GPT if BLK
+ imply CMD_MMC_SWRITE if MMC
+ imply CMD_UUID if BLK
+ imply SUPPORT_EMMC_RPMB if MMC
endchoice
--
2.18.0
More information about the U-Boot
mailing list