Commit 41d7e702ebfc4c7ac4748312808da62237f11a5b

Authored by Igor Grinberg
Committed by Albert ARIBAUD
1 parent 557aa15594

OMAP3: CM-T35: update config

update config for OMAP3 CM-T35

Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>

Showing 1 changed file with 4 additions and 1 deletions Side-by-side Diff

include/configs/cm_t35.h
... ... @@ -244,10 +244,13 @@
244 244 "fi; " \
245 245 "else run nandboot; fi"
246 246  
247   -#define CONFIG_AUTO_COMPLETE 1
248 247 /*
249 248 * Miscellaneous configurable options
250 249 */
  250 +#define CONFIG_AUTO_COMPLETE
  251 +#define CONFIG_CMDLINE_EDITING
  252 +#define CONFIG_TIMESTAMP
  253 +#define CONFIG_SYS_AUTOLOAD "no"
251 254 #define CONFIG_SYS_LONGHELP /* undef to save memory */
252 255 #define CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */
253 256 #define CONFIG_SYS_PROMPT_HUSH_PS2 "> "