summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile
diff options
context:
space:
mode:
authorJan Luebbe <jlu@pengutronix.de>2012-06-28 16:52:17 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-07-04 09:13:23 +0200
commitd2d4b9924142c6d7abc2ff6d7a24a96da790c302 (patch)
tree8b37bd221c5e2748c3be01446ed7bfcdbdbd928f /scripts/Makefile
parentc6e82ee5437618cf09c0955839b4a2b1b167cc4a (diff)
downloadbarebox-d2d4b9924142c6d7abc2ff6d7a24a96da790c302.tar.gz
barebox-d2d4b9924142c6d7abc2ff6d7a24a96da790c302.tar.xz
scripts/mkublheader: add program to produce an UBL image header
This image header is used for booting from SPI using the TI User Boot Loader (UBL). Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'scripts/Makefile')
-rw-r--r--scripts/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile b/scripts/Makefile
index 784d205023..7ca5e2973d 100644
--- a/scripts/Makefile
+++ b/scripts/Makefile
@@ -11,6 +11,7 @@ hostprogs-y += bareboxenv
hostprogs-$(CONFIG_ARCH_NETX) += gen_netx_image
hostprogs-$(CONFIG_ARCH_OMAP) += omap_signGP
hostprogs-$(CONFIG_ARCH_S5PCxx) += s5p_cksum
+hostprogs-$(CONFIG_ARCH_DAVINCI) += mkublheader
always := $(hostprogs-y) $(hostprogs-m)