Skip to content
Snippets Groups Projects
Commit 8c2c9cfa authored by Hans de Goede's avatar Hans de Goede
Browse files

sun6i: Enable SPL


Enable the SPL now that we've all the necessary bits in place.

Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Acked-by: default avatarIan Campbell <ijc@hellion.org.uk>
parent 6dbfda81
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,7 @@ config MACH_SUN5I ...@@ -16,6 +16,7 @@ config MACH_SUN5I
config MACH_SUN6I config MACH_SUN6I
bool "sun6i (Allwinner A31)" bool "sun6i (Allwinner A31)"
select CPU_V7 select CPU_V7
select SUPPORT_SPL
config MACH_SUN7I config MACH_SUN7I
bool "sun7i (Allwinner A20)" bool "sun7i (Allwinner A20)"
......
CONFIG_ARM=y CONFIG_SPL=y
CONFIG_ARCH_SUNXI=y
CONFIG_MACH_SUN6I=y
CONFIG_TARGET_COLOMBUS=y
CONFIG_FDTFILE="sun6i-a31-colombus.dtb" CONFIG_FDTFILE="sun6i-a31-colombus.dtb"
+S:CONFIG_ARM=y
+S:CONFIG_ARCH_SUNXI=y
+S:CONFIG_MACH_SUN6I=y
+S:CONFIG_TARGET_COLOMBUS=y
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment