diff options
author | wigyori <wigyori@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-11-12 01:25:53 +0000 |
---|---|---|
committer | wigyori <wigyori@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-11-12 01:25:53 +0000 |
commit | 3011b01f2ef4f29ae4da5f1244fcacc236e83fc1 (patch) | |
tree | dd1008e4afcb3ab1412a41be7b57778bc3d93d15 /target/linux/mxs | |
parent | 1bc17f631b8eb6305965c8b0413ec776488a33c0 (diff) |
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
Diffstat (limited to 'target/linux/mxs')
-rw-r--r-- | target/linux/mxs/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |