mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-13 02:11:16 +00:00
bcm47xx: relocate LZMA loader
Kernel 5.10 grew bigger than 5.4 so we need to bump BZ_TEXT_START to allow lzma loader hanel its size. At the same time BZ_STACK_START needs to be increased to avoid overwriting the stack. For a reference see:d5cf4a5aa4
("brcm47xx: relocate loader to higher address")2909a4b78e
("brcm47xx: relocate the stack in loader") Cc: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: Rafał Miłecki <rafal@milecki.pl> Acked-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
32ba52e217
commit
4cd97e4760
@ -18,8 +18,8 @@
|
||||
#
|
||||
|
||||
TEXT_START := 0x80001000
|
||||
BZ_TEXT_START := 0x80600000
|
||||
BZ_STACK_START := 0x80700000
|
||||
BZ_TEXT_START := 0x80700000
|
||||
BZ_STACK_START := 0x80800000
|
||||
|
||||
OBJCOPY := $(CROSS_COMPILE)objcopy -O binary -R .reginfo -R .note -R .comment -R .mdebug -S
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user