From 6a7b5bcfaa036b294f69a41e9c023fb90eb23f67 Mon Sep 17 00:00:00 2001 From: Urja Rannikko Date: Tue, 25 Jun 2013 15:14:17 +0100 Subject: [PATCH] pandora: add cmdline editing to config Doesnt (yet) work properly, common/lcd.c is suspect. Signed-off-by: Urja Rannikko --- include/configs/omap3_pandora.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/omap3_pandora.h b/include/configs/omap3_pandora.h index cab11a8f701..8460bcdba53 100644 --- a/include/configs/omap3_pandora.h +++ b/include/configs/omap3_pandora.h @@ -90,6 +90,7 @@ /* TWL4030 keyboard */ #define CONFIG_KEYBOARD 1 +#define CONFIG_CMDLINE_EDITING 1 /* * NS16550 Configuration -- 2.39.5