forked from mirror/openwrt
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
This commit is contained in:
parent
152da8b240
commit
ef66c8d72e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue