mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-30 10:41:50 +00:00
30 lines
952 B
Diff
30 lines
952 B
Diff
commit 43feaf13505c4dfe11b4209f87448933b060ef20
|
|
Author: ehoutsma <ehoutsma@gmail.com>
|
|
Date: Wed Jan 18 10:38:46 2017 +0100
|
|
|
|
Add sun50i_h5_spl32 config
|
|
|
|
diff --git a/u-boot/configs/sun50i_h5_spl32_defconfig b/u-boot/configs/sun50i_h5_spl32_defconfig
|
|
index c73efd5..5783a72 100644
|
|
--- a/u-boot/configs/sun50i_h5_spl32_defconfig
|
|
+++ b/u-boot/configs/sun50i_h5_spl32_defconfig
|
|
@@ -4,12 +4,15 @@ CONFIG_MACH_SUN50I_H5_32=y
|
|
CONFIG_DRAM_CLK=624
|
|
CONFIG_DRAM_ZQ=3881977
|
|
CONFIG_DRAM_ODT_EN=y
|
|
-# CONFIG_FIT is not set
|
|
+CONFIG_FIT=y
|
|
CONFIG_SPL=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="sun50i-h5-orangepi-pc2"
|
|
-# CONFIG_SPL_LOAD_FIT is not set
|
|
-# CONFIG_SPL_OF_LIBFDT is not set
|
|
-# CONFIG_SPL_SPI_SUNXI is not set
|
|
+CONFIG_SPL_LOAD_FIT=y
|
|
+CONFIG_SPL_OF_LIBFDT=y
|
|
+CONFIG_SPL_SPI_SUNXI=y
|
|
+CONFIG_SPL_SPI_FLASH_SUPPORT=y
|
|
+CONFIG_SPL_SPI_SUPPORT=y
|
|
+CONFIG_MMC_SUNXI_SLOT_EXTRA=2
|
|
# CONFIG_CMD_IMLS is not set
|
|
# CONFIG_CMD_FLASH is not set
|
|
# CONFIG_CMD_FPGA is not set
|