mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 01:22:07 +00:00
6507831f0e
Enable ZBOOT support. The WRT54GL router's bootloader limits kernel size to 3 MB with the normal load address, which is a bit challenging vmlinux size with modern Linux. A compressed kernel allows booting much bigger kernels. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: Hauke Mehrtens <hauke@hauke-m.de> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/18492/ Signed-off-by: James Hogan <jhogan@kernel.org>
9 lines
246 B
Plaintext
9 lines
246 B
Plaintext
#
|
|
# Broadcom BCM47XX boards
|
|
#
|
|
platform-$(CONFIG_BCM47XX) += bcm47xx/
|
|
cflags-$(CONFIG_BCM47XX) += \
|
|
-I$(srctree)/arch/mips/include/asm/mach-bcm47xx
|
|
load-$(CONFIG_BCM47XX) := 0xffffffff80001000
|
|
zload-$(CONFIG_BCM47XX) += 0xffffffff80400000
|