summaryrefslogtreecommitdiffstats
path: root/arch/mips/bcm47xx
diff options
context:
space:
mode:
authorAaro Koskinen2018-01-16 23:21:44 +0100
committerJames Hogan2018-01-24 12:20:29 +0100
commit6507831f0e005fee670c0f01f42fd5ee8ea39181 (patch)
tree7751c431b4620f63857aecfcb9975c75d28abad1 /arch/mips/bcm47xx
parentMIPS: Fix trailing semicolon (diff)
downloadkernel-qcow2-linux-6507831f0e005fee670c0f01f42fd5ee8ea39181.tar.gz
kernel-qcow2-linux-6507831f0e005fee670c0f01f42fd5ee8ea39181.tar.xz
kernel-qcow2-linux-6507831f0e005fee670c0f01f42fd5ee8ea39181.zip
MIPS: bcm47xx: enable ZBOOT support
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>
Diffstat (limited to 'arch/mips/bcm47xx')
-rw-r--r--arch/mips/bcm47xx/Platform1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/bcm47xx/Platform b/arch/mips/bcm47xx/Platform
index 874b7ca4cd11..70783b75fd9d 100644
--- a/arch/mips/bcm47xx/Platform
+++ b/arch/mips/bcm47xx/Platform
@@ -5,3 +5,4 @@ platform-$(CONFIG_BCM47XX) += bcm47xx/
cflags-$(CONFIG_BCM47XX) += \
-I$(srctree)/arch/mips/include/asm/mach-bcm47xx
load-$(CONFIG_BCM47XX) := 0xffffffff80001000
+zload-$(CONFIG_BCM47XX) += 0xffffffff80400000