summaryrefslogtreecommitdiffstats
path: root/board/udoo/Makefile
diff options
context:
space:
mode:
authorvpeter4 <peter.vicman@gmail.com>2015-08-03 12:49:05 +0200
committerStefano Babic <sbabic@denx.de>2015-09-02 15:25:28 +0200
commit78506c2f8618732b59eba68cd56d20a55c087006 (patch)
treeadc1475bfd5ab0f98b8945220aed02b79d7df75c /board/udoo/Makefile
parentb893c9898c4126c7b09a5aa124c6bedf33fa305c (diff)
downloadtalos-obmc-uboot-78506c2f8618732b59eba68cd56d20a55c087006.tar.gz
talos-obmc-uboot-78506c2f8618732b59eba68cd56d20a55c087006.zip
udoo: Switch to SPL support
Currently we need to build one U-boot image for each of the udoo variants: quad and dual-lite. By switching to SPL we can support all two variants with a single binary. Based on the SPL for wandboard. Tested with OpenELEC (Open Embedded Linux Entertainment Center) on both boards. Signed-off-by: Peter Vicman <peter.vicman@gmail.com> Cc: Fabio Estevam <fabio.estevam@freescale.com> Cc: Stefano Babic <sbabic@denx.de> Acked-by: Stefano Babic <sbabic@denx.de> Signed-off-by: Peter Vicman <peter.vicman@gmail.com> Acked-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'board/udoo/Makefile')
-rw-r--r--board/udoo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/udoo/Makefile b/board/udoo/Makefile
index 80efadaf0d..1d6d9f891f 100644
--- a/board/udoo/Makefile
+++ b/board/udoo/Makefile
@@ -4,4 +4,4 @@
# SPDX-License-Identifier: GPL-2.0+
#
-obj-y := udoo.o
+obj-y := udoo.o udoo_spl.o
OpenPOWER on IntegriCloud