From 98fa1059145b06541ec461f5e88847d70d767828 Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Sun, 12 Feb 2017 12:18:21 +0100 Subject: [PATCH] Disable more features for YunCore CPE870 Disable MAC related commands and upgrade scripts in environment. This allows image to fit again in 64 KB limit. --- u-boot/include/configs/db12x.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/u-boot/include/configs/db12x.h b/u-boot/include/configs/db12x.h index 29e7394..8dd3dd2 100644 --- a/u-boot/include/configs/db12x.h +++ b/u-boot/include/configs/db12x.h @@ -177,9 +177,12 @@ */ #if defined(CONFIG_FOR_YUNCORE_CPE870) #undef CONFIG_CMD_DHCP + #undef CONFIG_CMD_IMI #undef CONFIG_CMD_LOADB + #undef CONFIG_CMD_MAC #undef CONFIG_CMD_SNTP - #undef CONFIG_CMD_IMI + #undef CONFIG_UPG_SCRIPTS_FW + #undef CONFIG_UPG_SCRIPTS_UBOOT #endif /* -- 2.25.1