Skip to content
Snippets Groups Projects
Commit 3857f8f5 authored by Aneesh V's avatar Aneesh V Committed by Wolfgang Denk
Browse files

Correct ih_os for u-boot.img


Provide appropriate '-O u-boot' while doing mkimage
for u-boot.img

Signed-off-by: default avatarAneesh V <aneesh@ti.com>
parent 7816f2cf
No related branches found
No related tags found
No related merge requests found
......@@ -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 $< $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment