From: Piotr Dymacz Date: Sun, 12 Feb 2017 11:18:21 +0000 (+0100) Subject: Disable more features for YunCore CPE870 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=98fa1059145b06541ec461f5e88847d70d767828;p=oweals%2Fu-boot_mod.git 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. --- 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 /*