mirror of
https://github.com/openwrt/openwrt.git
synced 2026-06-19 01:31:50 +04:00
015e8820b5
The bootloader reads the compressed kernel to 0x82000000. We need to decompress kernel to a different address far from 0x82000000 to avoid memory overlap. Fixes: https://github.com/openwrt/openwrt/issues/22270 Signed-off-by: Shiji Yang <yangshiji66@outlook.com> Link: https://github.com/openwrt/openwrt/pull/22520 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>