[U-Boot] [PATCH] arm: omap3: Add cmdline editing feature
Stefan Roese
sr at denx.de
Tue Dec 17 14:14:18 CET 2013
This has been missing from beagleboard for quite some time. Add this
now, as its very convenient for the user.
Additionally the "1" is removed after CONFIG_AUTO_COMPLETE. An empty
define is preferred for such compile options.
Signed-off-by: Stefan Roese <sr at denx.de>
Cc: Tom Rini <trini at ti.com>
---
include/configs/omap3_beagle.h | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index 1b566c0..3dad16a 100644
--- a/include/configs/omap3_beagle.h
+++ b/include/configs/omap3_beagle.h
@@ -309,7 +309,9 @@
"run mmcbootz; " \
"fi; " \
-#define CONFIG_AUTO_COMPLETE 1
+#define CONFIG_AUTO_COMPLETE
+#define CONFIG_CMDLINE_EDITING
+
/*
* Miscellaneous configurable options
*/
--
1.8.4.5
More information about the U-Boot
mailing list