summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraneeshv <aneesh@ti.com>2011-07-16 02:53:20 +0000
committerWolfgang Denk <wd@denx.de>2011-07-28 17:17:36 +0200
commit3857f8f5a5a029a2ff403f83e7b9987cfdb09569 (patch)
tree9894bc598cd195512d927ee7de487cc15421da5f
parent7816f2cf813326505970922021b3ed6490863e78 (diff)
downloadblackbird-obmc-uboot-3857f8f5a5a029a2ff403f83e7b9987cfdb09569.tar.gz
blackbird-obmc-uboot-3857f8f5a5a029a2ff403f83e7b9987cfdb09569.zip
Correct ih_os for u-boot.img
Provide appropriate '-O u-boot' while doing mkimage for u-boot.img Signed-off-by: Aneesh V <aneesh@ti.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 53bffd0106..ac757e6df1 100644
--- a/Makefile
+++ b/Makefile
@@ -375,7 +375,7 @@ $(obj)u-boot.ldr.srec: $(obj)u-boot.ldr
$(obj)u-boot.img: $(obj)u-boot.bin
$(obj)tools/mkimage -A $(ARCH) -T firmware -C none \
- -a $(CONFIG_SYS_TEXT_BASE) -e 0 \
+ -O u-boot -a $(CONFIG_SYS_TEXT_BASE) -e 0 \
-n $(shell sed -n -e 's/.*U_BOOT_VERSION//p' $(VERSION_FILE) | \
sed -e 's/"[ ]*$$/ for $(BOARD) board"/') \
-d $< $@
OpenPOWER on IntegriCloud