X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=target%2Flinux%2Fbrcm63xx%2Fimage%2FMakefile;h=227dbd7a5469f271574c116083752ec2354db053;hb=bd6f055e6a77e4b68de41badcc22d7457b5d6c41;hp=16c57cae4fc4df3b870c94af6fb43f56916303df;hpb=ab01217894a54a088699f346a50908b0f3fc60fc;p=openwrt-10.03%2F.git diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 16c57cae4..227dbd7a5 100644 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -7,8 +7,8 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/image.mk -LOADADDR = 0x8108c8f4 # RAM start + 16M -KERNEL_ENTRY = 0x80100000 # Default kernel entry in arch/mips/Makefile +LOADADDR = 0x80010000 # RAM start + 16M +KERNEL_ENTRY = $(LOADADDR) # Newer kernels add a jmp to the kernel_entry at the start of the binary RAMSIZE = 0x01000000 # 64MB LOADER_MAKEOPTS= \