[LEDE-DEV] [PATCH 1/6] apm821xx: Add default kernel size
Chris Blake
chrisrblake93 at gmail.com
Sun Sep 11 21:33:01 PDT 2016
Adding a default KERNEL_SIZE will ensure that we have an option for
check-size when used on any future targets.
Signed-off-by: Chris Blake <chrisrblake93 at gmail.com>
---
target/linux/apm821xx/image/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/apm821xx/image/Makefile b/target/linux/apm821xx/image/Makefile
index 607df06..7ab46f7 100644
--- a/target/linux/apm821xx/image/Makefile
+++ b/target/linux/apm821xx/image/Makefile
@@ -13,6 +13,7 @@ define Device/Default
KERNEL_DEPENDS = $$(wildcard ../dts/$$(DEVICE_DTS).dts)
DEVICE_PROFILE :=
DEVICE_DTS :=
+ KERNEL_SIZE := 2048k
KERNEL_ENTRY := 0x00000000
KERNEL_LOADADDR := 0x00000000
DEVICE_DTS_DIR := ../dts
--
2.7.4
More information about the Lede-dev
mailing list