projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f127124
)
board: toradex: colibri_vf: unset CONFIG_CMDLINE_EDITING
author
Marcel Ziswiler
<marcel.ziswiler@toradex.com>
Fri, 9 Nov 2018 14:31:15 +0000
(15:31 +0100)
committer
Stefano Babic
<sbabic@denx.de>
Mon, 12 Nov 2018 10:08:32 +0000
(11:08 +0100)
Unset CONFIG_CMDLINE_EDITING saving precious 4 Kb on boards with tough
size restrictions.
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
configs/colibri_vf_defconfig
patch
|
blob
|
history
diff --git
a/configs/colibri_vf_defconfig
b/configs/colibri_vf_defconfig
index 38f450c8edad9af97ac1879a59cc049ecf6f39ce..9b0de1ed0afb51bedb6fdc912cb19af19d3c96bd 100644
(file)
--- a/
configs/colibri_vf_defconfig
+++ b/
configs/colibri_vf_defconfig
@@
-14,6
+14,7
@@
CONFIG_DISPLAY_BOARDINFO_LATE=y
CONFIG_ARCH_MISC_INIT=y
CONFIG_BOARD_EARLY_INIT_F=y
CONFIG_HUSH_PARSER=y
+# CONFIG_CMDLINE_EDITING is not set
# CONFIG_AUTO_COMPLETE is not set
CONFIG_SYS_PROMPT="Colibri VFxx # "
CONFIG_CMD_BOOTZ=y