summaryrefslogtreecommitdiffstats
path: root/scripts/.gitignore
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/.gitignore
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/.gitignore')
-rw-r--r--scripts/.gitignore5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/.gitignore b/scripts/.gitignore
index 11fd2df3d0..6e63f85792 100644
--- a/scripts/.gitignore
+++ b/scripts/.gitignore
@@ -1,6 +1,7 @@
bareboxenv
bin2c
-mkimage
-kallsyms
gen_netx_image
+kallsyms
+mkimage
+mkublheader
omap_signGP