summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-01-11 03:19:12 +0000
committerStefano Babic <sbabic@denx.de>2013-01-21 12:05:21 +0100
commite6d93c26c792c42792c1c24c4626731e29ab1df2 (patch)
treea160e63d26d722bb11c755fe723fb6ab17d403db /Makefile
parent1ddf386e23288397cd5f2f80d7e10b07734edea5 (diff)
downloadblackbird-obmc-uboot-e6d93c26c792c42792c1c24c4626731e29ab1df2.tar.gz
blackbird-obmc-uboot-e6d93c26c792c42792c1c24c4626731e29ab1df2.zip
mx23: config: Enable building of u-boot.sb binary
For i.MX23 we need to pass imx23 as elftosb param. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Cc: Fabio Estevam <fabio.estevam@freescale.com> Cc: Marek Vasut <marex@denx.de> Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3305e8cd1c..655ec39dbd 100644
--- a/Makefile
+++ b/Makefile
@@ -508,6 +508,7 @@ $(obj)u-boot.ais: $(obj)spl/u-boot-spl.bin $(obj)u-boot.img
$(obj)u-boot.ais
# Specify the target for use in elftosb call
+ELFTOSB_TARGET-$(CONFIG_MX23) = imx23
ELFTOSB_TARGET-$(CONFIG_MX28) = imx28
$(obj)u-boot.sb: $(obj)u-boot.bin $(obj)spl/u-boot-spl.bin
OpenPOWER on IntegriCloud