From: aneeshv Date: Sat, 16 Jul 2011 02:53:20 +0000 (+0000) Subject: Correct ih_os for u-boot.img X-Git-Tag: v2011.09-rc1~118 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3857f8f5a5a029a2ff403f83e7b9987cfdb09569;p=platform%2Fkernel%2Fu-boot.git Correct ih_os for u-boot.img Provide appropriate '-O u-boot' while doing mkimage for u-boot.img Signed-off-by: Aneesh V --- diff --git a/Makefile b/Makefile index 53bffd0..ac757e6 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 $< $@