From: Álvaro Fernández Rojas Date: Thu, 14 May 2020 13:22:48 +0000 (+0200) Subject: bcm63xx: image: remove unused definition X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=aa2f2276f7bbfa5e006ee1fb771cf49e23e37323;p=openwrt%2Fstaging%2Frobimarko.git bcm63xx: image: remove unused definition KERNEL_ENTRY isn't used by lzma-loader. Signed-off-by: Álvaro Fernández Rojas --- diff --git a/target/linux/bcm63xx/image/Makefile b/target/linux/bcm63xx/image/Makefile index 9ef7a91ce7..321aec93a1 100644 --- a/target/linux/bcm63xx/image/Makefile +++ b/target/linux/bcm63xx/image/Makefile @@ -16,9 +16,8 @@ LZMA_TEXT_START = 0x81800000 # 32MB - 8MB LOADER_MAKEOPTS= \ KDIR=$(KDIR) \ LOADADDR=$(KERNEL_LOADADDR) \ - KERNEL_ENTRY=$(KERNEL_LOADADDR) \ RAMSIZE=$(RAMSIZE) \ - LZMA_TEXT_START=$(LZMA_TEXT_START) \ + LZMA_TEXT_START=$(LZMA_TEXT_START) RELOCATE_MAKEOPTS= \ CACHELINE_SIZE=16 \