mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 22:20:45 +00:00
sunxi: Enable SPL for R40
Now that we can do DRAM initialization for the R40, we can enable SPL support for it. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
parent
8201188cf9
commit
50ae7ae583
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ config MACH_SUN8I_R40
|
|||
bool "sun8i (Allwinner R40)"
|
||||
select CPU_V7
|
||||
select SUNXI_GEN_SUN6I
|
||||
select SUPPORT_SPL
|
||||
|
||||
config MACH_SUN9I
|
||||
bool "sun9i (Allwinner A80)"
|
||||
|
|
Loading…
Reference in a new issue