mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-24 15:52:02 +00:00
13 lines
400 B
Diff
13 lines
400 B
Diff
diff --git a/configs/a64-olinuxino_defconfig b/configs/a64-olinuxino_defconfig
|
|
index 01fcb86..528fe16 100644
|
|
--- a/configs/a64-olinuxino_defconfig
|
|
+++ b/configs/a64-olinuxino_defconfig
|
|
@@ -1,6 +1,8 @@
|
|
CONFIG_ARM=y
|
|
CONFIG_ARCH_SUNXI=y
|
|
CONFIG_SPL=y
|
|
+CONFIG_SPL_SPI_FLASH_SUPPORT=y
|
|
+CONFIG_SPL_SPI_SUNXI=y
|
|
CONFIG_MACH_SUN50I=y
|
|
CONFIG_RESERVE_ALLWINNER_BOOT0_HEADER=y
|
|
CONFIG_MMC_SUNXI_SLOT_EXTRA=2
|