projects
/
oweals
/
u-boot_mod.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a47971
)
Disable more features for YunCore CPE870
author
Piotr Dymacz
<pepe2k@gmail.com>
Sun, 12 Feb 2017 11:18:21 +0000
(12:18 +0100)
committer
Piotr 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
patch
|
blob
|
history
diff --git
a/u-boot/include/configs/db12x.h
b/u-boot/include/configs/db12x.h
index 29e739428a1b701c09b74406216286e08c1d4e1d..8dd3dd28ee73cc2bf9570901e741c7b4ed86f1bd 100644
(file)
--- 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
/*