diff options
author | Fabio Estevam | 2015-05-11 20:50:22 -0300 |
---|---|---|
committer | Stefano Babic | 2015-05-21 18:08:37 +0200 |
commit | 0d1ea05210f3221667f8085cf167f23f336ca0c0 (patch) | |
tree | 007d8b8a85dcde97cf99f50254579fd300a85217 /arch | |
parent | a91db95479e75c70ec49676e9a347787b054d651 (diff) |
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/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 672742351b2..2f2c0ebb068 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" |