mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-14 10:11:56 +00:00
add missing SPL_SPI support
This commit is contained in:
parent
a765743d5b
commit
59c29e6dde
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,7 @@ diff --git a/u-boot/configs/sun50i_h5_spl32_defconfig b/u-boot/configs/sun50i_h5
|
|||
index c73efd5..5783a72 100644
|
||||
--- a/u-boot/configs/sun50i_h5_spl32_defconfig
|
||||
+++ b/u-boot/configs/sun50i_h5_spl32_defconfig
|
||||
@@ -4,12 +4,12 @@ CONFIG_MACH_SUN50I_H5_32=y
|
||||
@@ -4,12 +4,14 @@ CONFIG_MACH_SUN50I_H5_32=y
|
||||
CONFIG_DRAM_CLK=672
|
||||
CONFIG_DRAM_ZQ=3881977
|
||||
CONFIG_DRAM_ODT_EN=y
|
||||
|
@ -22,6 +22,8 @@ index c73efd5..5783a72 100644
|
|||
+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_CMD_IMLS is not set
|
||||
# CONFIG_CMD_FLASH is not set
|
||||
# CONFIG_CMD_FPGA is not set
|
||||
|
|
Loading…
Add table
Reference in a new issue