From: Zoltan Herpai Date: Tue, 12 Nov 2013 01:25:53 +0000 (+0000) Subject: mxs: fix loadaddr for uImages X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=334bee8ad9a9b1f94dfc7a096514d34606bc20ec;p=librecmc%2Flibrecmc.git mxs: fix loadaddr for uImages Signed-off-by: Harald Geyer SVN-Revision: 38773 --- 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