sunxi: enable SPL for sun9i
Now that DRAM initialization and clock setup is supported, we can enable SPL for the A80. [wens@csie.org: Added commit message] Signed-off-by: Chen-Yu Tsai <wens@csie.org> Acked-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
parent
7962a8d5a4
commit
a98c296a0e
|
@ -119,6 +119,7 @@ config MACH_SUN9I
|
||||||
bool "sun9i (Allwinner A80)"
|
bool "sun9i (Allwinner A80)"
|
||||||
select CPU_V7
|
select CPU_V7
|
||||||
select SUNXI_GEN_SUN6I
|
select SUNXI_GEN_SUN6I
|
||||||
|
select SUPPORT_SPL
|
||||||
|
|
||||||
config MACH_SUN50I
|
config MACH_SUN50I
|
||||||
bool "sun50i (Allwinner A64)"
|
bool "sun50i (Allwinner A64)"
|
||||||
|
|
Loading…
Reference in New Issue