summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2014-10-25 20:18:10 +0200
committerHans de Goede <hdegoede@redhat.com>2014-11-13 14:49:01 +0100
commit8c2c9cfa7bfe1e5ee792b2e277f8dbff9bdf8ccf (patch)
treee15cb85858811e497be4fa9d0aee98b98a65964f
parent6dbfda81c09f65528cc34cfda6a61375a06e69e0 (diff)
downloadblackbird-obmc-uboot-8c2c9cfa7bfe1e5ee792b2e277f8dbff9bdf8ccf.tar.gz
blackbird-obmc-uboot-8c2c9cfa7bfe1e5ee792b2e277f8dbff9bdf8ccf.zip
sun6i: Enable SPL
Enable the SPL now that we've all the necessary bits in place. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>
-rw-r--r--board/sunxi/Kconfig1
-rw-r--r--configs/Colombus_defconfig9
2 files changed, 6 insertions, 4 deletions
diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig
index 5b2d091122..668838631c 100644
--- a/board/sunxi/Kconfig
+++ b/board/sunxi/Kconfig
@@ -16,6 +16,7 @@ config MACH_SUN5I
config MACH_SUN6I
bool "sun6i (Allwinner A31)"
select CPU_V7
+ select SUPPORT_SPL
config MACH_SUN7I
bool "sun7i (Allwinner A20)"
diff --git a/configs/Colombus_defconfig b/configs/Colombus_defconfig
index 89291f90e9..bef568df71 100644
--- a/configs/Colombus_defconfig
+++ b/configs/Colombus_defconfig
@@ -1,5 +1,6 @@
-CONFIG_ARM=y
-CONFIG_ARCH_SUNXI=y
-CONFIG_MACH_SUN6I=y
-CONFIG_TARGET_COLOMBUS=y
+CONFIG_SPL=y
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
OpenPOWER on IntegriCloud