[U-Boot] [PATCH] sunxi: defaultly enable SPL for Lichee Pi Zero

As we have already DRAM initialization code for V3s SoC, we can defaultly enable SPL now on Lichee Pi Zero.
Add CONFIG_SPL in Lichee Pi Zero defconfig.
Signed-off-by: Icenowy Zheng icenowy@aosc.io --- configs/LicheePi_Zero_defconfig | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/configs/LicheePi_Zero_defconfig b/configs/LicheePi_Zero_defconfig index 887997bd4f..de90a4c6ce 100644 --- a/configs/LicheePi_Zero_defconfig +++ b/configs/LicheePi_Zero_defconfig @@ -4,7 +4,11 @@ CONFIG_MACH_SUN8I_V3S=y CONFIG_DRAM_CLK=360 CONFIG_DRAM_ZQ=14779 CONFIG_DEFAULT_DEVICE_TREE="sun8i-v3s-licheepi-zero" +CONFIG_SPL=y # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set # CONFIG_CMD_FPGA is not set # CONFIG_NETDEVICES is not set +# CONFIG_SPL_DOS_PARTITION is not set +# CONFIG_SPL_ISO_PARTITION is not set +# CONFIG_SPL_EFI_PARTITION is not set

On Mon, Aug 14, 2017 at 8:30 PM, Icenowy Zheng icenowy@aosc.io wrote:
As we have already DRAM initialization code for V3s SoC, we can defaultly enable SPL now on Lichee Pi Zero.
Add CONFIG_SPL in Lichee Pi Zero defconfig.
Signed-off-by: Icenowy Zheng icenowy@aosc.io
Reviewed-by: Jagan Teki jagan@openedev.com
thanks!

On Mon, Aug 14, 2017 at 9:16 PM, Jagan Teki jagannadh.teki@gmail.com wrote:
On Mon, Aug 14, 2017 at 8:30 PM, Icenowy Zheng icenowy@aosc.io wrote:
As we have already DRAM initialization code for V3s SoC, we can defaultly enable SPL now on Lichee Pi Zero.
Add CONFIG_SPL in Lichee Pi Zero defconfig.
Signed-off-by: Icenowy Zheng icenowy@aosc.io
Reviewed-by: Jagan Teki jagan@openedev.com
Applied to u-boot-sunxi/next
thanks!
participants (2)
-
Icenowy Zheng
-
Jagan Teki