summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/image
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2016-04-26 11:43:15 +0000
committerJohn Crispin <john@openwrt.org>2016-04-26 11:43:15 +0000
commitef66c8d72ebdf13ac4db6ea5c77ff1f4f7108b8e (patch)
tree7340aae973c9546562a6ca5188cf2ea05564d2ef /target/linux/lantiq/image
parent152da8b240125d835b50cbdd82025643e41069e0 (diff)
downloadmaster-31e0f0ae-ef66c8d72ebdf13ac4db6ea5c77ff1f4f7108b8e.tar.gz
master-31e0f0ae-ef66c8d72ebdf13ac4db6ea5c77ff1f4f7108b8e.tar.bz2
master-31e0f0ae-ef66c8d72ebdf13ac4db6ea5c77ff1f4f7108b8e.zip
lantiq: new image build process - fix kernel entry address
Set the kernel entry address to the same value as it is used for the old image build build process. Fixes boot of uImages on VGV7510KW22NOR and others. Signed-off-by: Mathias Kresin <openwrt@kresin.me> SVN-Revision: 49237
Diffstat (limited to 'target/linux/lantiq/image')
-rw-r--r--target/linux/lantiq/image/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile
index d863a91de4..4a358b5123 100644
--- a/target/linux/lantiq/image/Makefile
+++ b/target/linux/lantiq/image/Makefile
@@ -11,7 +11,7 @@
JFFS2_BLOCKSIZE = 64k 128k 256k
KERNEL_LOADADDR = 0x80002000
-KERNEL_ENTRY = 0x80a00000
+KERNEL_ENTRY = 0x80002000
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk