diff options
author | Andre Przywara | 2021-07-12 11:06:51 +0100 |
---|---|---|
committer | Andre Przywara | 2022-04-05 00:08:46 +0100 |
commit | 69a0ea007826bf27584943591e61ee087683fdca (patch) | |
tree | c37b7d5d17de05634bd1dab3f4ed8a0365aa9102 /configs/bananapi_m64_defconfig | |
parent | b9a2e1853351218b80cd647253a8c97bad0e31ac (diff) |
sunxi: defconfig: enable eMMC boot partition support
Now that the SPL can safely detect whether it was loaded from an eMMC
boot partition or the normal user data partition, let's enable this
feature on some boards that feature eMMC storage.
That covers the boards where I could test this on, and allows the same
build to be written to an SD card, eMMC user partition, eMMC boot
partition, or into SPI NOR flash.
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Diffstat (limited to 'configs/bananapi_m64_defconfig')
-rw-r--r-- | configs/bananapi_m64_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/bananapi_m64_defconfig b/configs/bananapi_m64_defconfig index 292044d7b8b..5463b046fdb 100644 --- a/configs/bananapi_m64_defconfig +++ b/configs/bananapi_m64_defconfig @@ -7,6 +7,7 @@ CONFIG_RESERVE_ALLWINNER_BOOT0_HEADER=y CONFIG_MMC0_CD_PIN="PH13" CONFIG_MMC_SUNXI_SLOT_EXTRA=2 # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set +CONFIG_SUPPORT_EMMC_BOOT=y CONFIG_SUN8I_EMAC=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_OHCI_HCD=y |