summaryrefslogtreecommitdiff
path: root/board/wandboard/Makefile
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2015-05-12 02:50:22 +0300
committerStefano Babic <sbabic@denx.de>2015-05-21 19:08:37 +0300
commit0d1ea05210f3221667f8085cf167f23f336ca0c0 (patch)
tree007d8b8a85dcde97cf99f50254579fd300a85217 /board/wandboard/Makefile
parenta91db95479e75c70ec49676e9a347787b054d651 (diff)
downloadu-boot-0d1ea05210f3221667f8085cf167f23f336ca0c0.tar.xz
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 'board/wandboard/Makefile')
-rw-r--r--board/wandboard/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/wandboard/Makefile b/board/wandboard/Makefile
index 5b50ecaf22..db9f4a6851 100644
--- a/board/wandboard/Makefile
+++ b/board/wandboard/Makefile
@@ -4,4 +4,4 @@
# SPDX-License-Identifier: GPL-2.0+
#
-obj-y := wandboard.o
+obj-y := wandboard.o spl.o