]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
am335x_evm: Add command line editing
authorJustin Waters <justin.waters@timesys.com>
Thu, 11 Jul 2013 13:54:59 +0000 (09:54 -0400)
committerTom Rini <trini@ti.com>
Tue, 30 Jul 2013 13:21:42 +0000 (09:21 -0400)
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>
include/configs/am335x_evm.h

index b6331281cdc88606cfe83d29834188dacf15a499..b1d7f5f7a38a92f67602a15dfaa12783cecbfc1d 100644 (file)
@@ -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