mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
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
This commit is contained in:
parent
cbff9f80ce
commit
66582cf6da
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue