summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel@ziswiler.com>2015-03-01 00:53:14 +0100
committerMarek Vasut <marex@denx.de>2015-03-02 10:59:50 +0100
commitfe488a85282f9bad0ec036cad19440f8b9489efa (patch)
tree225cd42c2a3d32dc87b9fae8c388fbaaa7fdae4a /include
parent855596795e7fd5eaabd3a1a895e267a1a61f0071 (diff)
downloadtalos-obmc-uboot-fe488a85282f9bad0ec036cad19440f8b9489efa.tar.gz
talos-obmc-uboot-fe488a85282f9bad0ec036cad19440f8b9489efa.zip
pxa: colibri_pxa270: disable loadb/s commands and long help
To save more than 20 KB of precious space in NOR flash get rid of the following configuration options: CONFIG_CMD_LOADB CONFIG_CMD_LOADS CONFIG_SYS_LONGHELP Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/colibri_pxa270.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/colibri_pxa270.h b/include/configs/colibri_pxa270.h
index bb4841919d..c2714f7558 100644
--- a/include/configs/colibri_pxa270.h
+++ b/include/configs/colibri_pxa270.h
@@ -52,6 +52,8 @@
*/
#include <config_cmd_default.h>
+#undef CONFIG_CMD_LOADB /* Both together */
+#undef CONFIG_CMD_LOADS /* saves 10 KB */
#define CONFIG_CMD_NET
#define CONFIG_CMD_ENV
#undef CONFIG_CMD_IMLS
@@ -84,7 +86,7 @@
*/
#define CONFIG_SYS_HUSH_PARSER 1
-#define CONFIG_SYS_LONGHELP
+#undef CONFIG_SYS_LONGHELP /* Saves 10 KB */
#ifdef CONFIG_SYS_HUSH_PARSER
#define CONFIG_SYS_PROMPT "$ "
#else
OpenPOWER on IntegriCloud