Author: blogic Date: 2016-04-26 13:43:15 +0200 (Tue, 26 Apr 2016) New Revision: 49237
Modified: trunk/target/linux/lantiq/image/Makefile Log: 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 <[email protected]> Modified: trunk/target/linux/lantiq/image/Makefile =================================================================== --- trunk/target/linux/lantiq/image/Makefile 2016-04-26 11:43:11 UTC (rev 49236) +++ trunk/target/linux/lantiq/image/Makefile 2016-04-26 11:43:15 UTC (rev 49237) @@ -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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
