projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbff9f8
)
ARM: rmobile: Enable MMC extensions
author
Marek Vasut
<marek.vasut+renesas@gmail.com>
Mon, 3 Dec 2018 22:46:11 +0000
(23:46 +0100)
committer
Marek Vasut
<marex@denx.de>
Tue, 4 Dec 2018 08:21:07 +0000
(09:21 +0100)
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
arch/arm/mach-rmobile/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rmobile/Kconfig
b/arch/arm/mach-rmobile/Kconfig
index d82023acf342bcf4fbf62028ed455766bc11ca4f..c6e5f75daf032fa6c8b81f574752f49586a89a60 100644
(file)
--- 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