Commit fe488a85282f9bad0ec036cad19440f8b9489efa

Authored by Marcel Ziswiler
Committed by Marek Vasut
1 parent 855596795e

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>

Showing 1 changed file with 3 additions and 1 deletions Side-by-side Diff

include/configs/colibri_pxa270.h
... ... @@ -52,6 +52,8 @@
52 52 */
53 53 #include <config_cmd_default.h>
54 54  
  55 +#undef CONFIG_CMD_LOADB /* Both together */
  56 +#undef CONFIG_CMD_LOADS /* saves 10 KB */
55 57 #define CONFIG_CMD_NET
56 58 #define CONFIG_CMD_ENV
57 59 #undef CONFIG_CMD_IMLS
... ... @@ -84,7 +86,7 @@
84 86 */
85 87 #define CONFIG_SYS_HUSH_PARSER 1
86 88  
87   -#define CONFIG_SYS_LONGHELP
  89 +#undef CONFIG_SYS_LONGHELP /* Saves 10 KB */
88 90 #ifdef CONFIG_SYS_HUSH_PARSER
89 91 #define CONFIG_SYS_PROMPT "$ "
90 92 #else