diff options
Diffstat (limited to 'board')
-rw-r--r-- | board/sunxi/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index 88f09fb349..9bb593aed0 100644 --- a/board/sunxi/Kconfig +++ b/board/sunxi/Kconfig @@ -29,10 +29,11 @@ config MACH_SUN7I config MACH_SUN8I bool "sun8i (Allwinner A23)" select CPU_V7 + select SUPPORT_SPL endchoice -if MACH_SUN6I +if MACH_SUN6I || MACH_SUN8I config DRAM_CLK int "sun6i dram clock speed" |