mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-17 12:20:48 +00:00
bmips: loader-lzma: drop unused RAMSIZE parameter
This parameter has never been used. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
parent
05603df730
commit
12a3c863d2
@ -5,8 +5,7 @@ include $(INCLUDE_DIR)/image.mk
|
|||||||
|
|
||||||
KERNEL_LOADADDR := 0x80010000 # RAM start + 64K
|
KERNEL_LOADADDR := 0x80010000 # RAM start + 64K
|
||||||
LOADER_ENTRY := 0x80a00000 # RAM start + 10M, for relocate
|
LOADER_ENTRY := 0x80a00000 # RAM start + 10M, for relocate
|
||||||
RAMSIZE := 0x02000000 # 32MB
|
LZMA_TEXT_START := 0x81800000 # RAM start + 24M
|
||||||
LZMA_TEXT_START := 0x81800000 # 32MB - 8MB
|
|
||||||
|
|
||||||
DEVICE_VARS += CHIP_ID DEVICE_LOADADDR
|
DEVICE_VARS += CHIP_ID DEVICE_LOADADDR
|
||||||
|
|
||||||
@ -32,7 +31,6 @@ define Build/loader-lzma
|
|||||||
LOADER_NAME="$(notdir $@)" \
|
LOADER_NAME="$(notdir $@)" \
|
||||||
LZMA_TEXT_START=$(LZMA_TEXT_START) \
|
LZMA_TEXT_START=$(LZMA_TEXT_START) \
|
||||||
PKG_BUILD_DIR="$@.src" \
|
PKG_BUILD_DIR="$@.src" \
|
||||||
RAMSIZE=$(RAMSIZE) \
|
|
||||||
TARGET_DIR="$(dir $@)" \
|
TARGET_DIR="$(dir $@)" \
|
||||||
compile loader.$(1)
|
compile loader.$(1)
|
||||||
@mv "$@.$(1)" "$@"
|
@mv "$@.$(1)" "$@"
|
||||||
|
Loading…
Reference in New Issue
Block a user