diff options
author | Igor Grinberg <grinberg@compulab.co.il> | 2011-04-18 17:48:28 -0400 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-04-27 19:38:06 +0200 |
commit | 41d7e702ebfc4c7ac4748312808da62237f11a5b (patch) | |
tree | 2e2f228c1becef1e585260466204da1288f2dbe8 /include/configs/cm_t35.h | |
parent | 557aa15594ce3c67ce0fdba1e99365e5ae14cc73 (diff) |
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>
Diffstat (limited to 'include/configs/cm_t35.h')
-rw-r--r-- | include/configs/cm_t35.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/configs/cm_t35.h b/include/configs/cm_t35.h index 510c6d47ffd..ec6a1a3f3d1 100644 --- a/include/configs/cm_t35.h +++ b/include/configs/cm_t35.h @@ -244,10 +244,13 @@ "fi; " \ "else run nandboot; fi" -#define CONFIG_AUTO_COMPLETE 1 /* * Miscellaneous configurable options */ +#define CONFIG_AUTO_COMPLETE +#define CONFIG_CMDLINE_EDITING +#define CONFIG_TIMESTAMP +#define CONFIG_SYS_AUTOLOAD "no" #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */ #define CONFIG_SYS_PROMPT_HUSH_PS2 "> " |