mxs: fix loadaddr for uImages

Signed-off-by: Harald Geyer <harald@ccbib.org>



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38773 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Zoltan HERPAI 2013-11-12 01:25:53 +00:00
parent b24b40932a
commit a934e10618
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ endef
define Image/BuildKernel/olinuxino-uboot
mkimage -A arm -O linux -T kernel -C none \
-a 0x42000000 -e 0x42000000 \
-a 0x40008000 -e 0x40008000 \
-n 'ARM OpenWrt Linux-$(LINUX_VERSION)' \
-d $(KDIR)/vmlinux $(KDIR)/uImage
cp $(KDIR)/uImage $(BIN_DIR)/$(IMG_PREFIX)-uImage