diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2018-12-03 23:46:11 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2018-12-04 09:21:07 +0100 |
commit | 66582cf6da21fe8db0ad186c5613db83fc1879d0 (patch) | |
tree | c6350b865c226a597933e9c553f21a659174a829 /arch | |
parent | cbff9f80cedd4bd4c00ed3fe506b1fc2b209c681 (diff) | |
download | u-boot-66582cf6da21fe8db0ad186c5613db83fc1879d0.tar.gz u-boot-66582cf6da21fe8db0ad186c5613db83fc1879d0.tar.xz u-boot-66582cf6da21fe8db0ad186c5613db83fc1879d0.zip |
ARM: rmobile: Enable MMC extensions
Enable extended MMC commands and GPT partition table support.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
---
V2: Rebase on u-boot/master
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-rmobile/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-rmobile/Kconfig b/arch/arm/mach-rmobile/Kconfig index d82023acf3..c6e5f75daf 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 + imply CMD_GPT + imply CMD_UUID + imply CMD_MMC_SWRITE if MMC + imply SUPPORT_EMMC_RPMB if MMC endchoice |