diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2008-12-11 15:47:51 -0500 |
---|---|---|
committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | 2008-12-19 18:32:47 -0600 |
commit | ad22f9273c6f24fbfa917e867680e9688e0c59c5 (patch) | |
tree | 7aa7bf3b48fddcca8af47f362dea6351c9250d44 /include/configs/sbc8548.h | |
parent | bd93105fa171184a71ca8b22be03dc2705cfbd3f (diff) | |
download | u-boot-imx-ad22f9273c6f24fbfa917e867680e9688e0c59c5.zip u-boot-imx-ad22f9273c6f24fbfa917e867680e9688e0c59c5.tar.gz u-boot-imx-ad22f9273c6f24fbfa917e867680e9688e0c59c5.tar.bz2 |
sbc8548: enable command line editing by default.
Lets make things a bit more user friendly. It isn't 1985 anymore.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'include/configs/sbc8548.h')
-rw-r--r-- | include/configs/sbc8548.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/sbc8548.h b/include/configs/sbc8548.h index 254d91f..8a7b0da 100644 --- a/include/configs/sbc8548.h +++ b/include/configs/sbc8548.h @@ -455,6 +455,7 @@ /* * Miscellaneous configurable options */ +#define CONFIG_CMDLINE_EDITING /* undef to save memory */ #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */ #define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ |