From 334bee8ad9a9b1f94dfc7a096514d34606bc20ec Mon Sep 17 00:00:00 2001 From: Zoltan Herpai Date: Tue, 12 Nov 2013 01:25:53 +0000 Subject: mxs: fix loadaddr for uImages Signed-off-by: Harald Geyer SVN-Revision: 38773 --- target/linux/mxs/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux') 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 -- cgit v1.2.3