Disable more features for YunCore CPE870
authorPiotr Dymacz <pepe2k@gmail.com>
Sun, 12 Feb 2017 11:18:21 +0000 (12:18 +0100)
committerPiotr Dymacz <pepe2k@gmail.com>
Sun, 12 Feb 2017 11:18:21 +0000 (12:18 +0100)
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

index 29e739428a1b701c09b74406216286e08c1d4e1d..8dd3dd28ee73cc2bf9570901e741c7b4ed86f1bd 100644 (file)
  */
 #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
 
 /*