From: wigyori Date: Tue, 12 Nov 2013 01:25:53 +0000 (+0000) Subject: mxs: fix loadaddr for uImages X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=3011b01f2ef4f29ae4da5f1244fcacc236e83fc1;p=openwrt.git mxs: fix loadaddr for uImages Signed-off-by: Harald Geyer git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38773 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/mxs/image/Makefile b/target/linux/mxs/image/Makefile index 53a51fc604..ec294d58ed 100644 --- a/target/linux/mxs/image/Makefile +++ b/target/linux/mxs/image/Makefile @@ -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