summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2015-05-11 20:50:22 -0300
committerStefano Babic <sbabic@denx.de>2015-05-21 18:08:37 +0200
commit0d1ea05210f3221667f8085cf167f23f336ca0c0 (patch)
tree007d8b8a85dcde97cf99f50254579fd300a85217 /arch
parenta91db95479e75c70ec49676e9a347787b054d651 (diff)
downloadtalos-obmc-uboot-0d1ea05210f3221667f8085cf167f23f336ca0c0.tar.gz
talos-obmc-uboot-0d1ea05210f3221667f8085cf167f23f336ca0c0.zip
wandboard: Switch to SPL support
Currently we need to build one U-boot image for each of the wandboard variants: quad, dual-lite and solo. By switching to SPL we can support all these variants with a single binary, which is very convenient. Based on the work from Richard Hu. Tested kernel booting on the three boards. Signed-off-by: Richard Hu <hakahu@gmail.com> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Tested-by: Vagrant Cascadian <vagrant@aikidev.net> Reviewed-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 672742351b..2f2c0ebb06 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -499,6 +499,7 @@ config TARGET_UDOO
config TARGET_WANDBOARD
bool "Support wandboard"
select CPU_V7
+ select SUPPORT_SPL
config TARGET_WARP
bool "Support WaRP"
OpenPOWER on IntegriCloud