summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Waters <justin.waters@timesys.com>2013-07-09 12:11:08 -0400
committerJustin Waters <justin.waters@timesys.com>2013-08-05 14:27:08 -0400
commit38565d64cc7952afe6d0e548c5e88695345d0b7e (patch)
tree18db2a516869b43533b64cb8a333ac00a62a4295
parentd8c2ca711ed935d71dbbfd1a0e313e3418a6d887 (diff)
am335x_evm: Add command line editing
Many modern U-Boot ports enable command line editing and a history buffer. The am335x_evm configuration is fairly comprehensive as it is, so a few extra kb should not be noticable, and it adds a very convenient feature. Signed-off-by: Justin Waters <justin.waters@timesys.com>
-rw-r--r--include/configs/am335x_evm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index c53bc21c62..ea68b57d1b 100644
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -37,6 +37,9 @@
#define CONFIG_OF_LIBFDT
#define CONFIG_CMD_BOOTZ
#define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */
+#define CONFIG_CMDLINE_EDITING
+#define CONFIG_STACKSIZE (128 * 1024)
+#define CONFIG_AUTO_COMPLETE
#define CONFIG_SETUP_MEMORY_TAGS
#define CONFIG_INITRD_TAG