diff options
author | Wolfgang Denk <wd@denx.de> | 2010-04-28 00:09:53 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-04-28 00:09:53 +0200 |
commit | d03f4230a6cc08ac718c876309e4dc425e1a9854 (patch) | |
tree | 380ef4c7afb80846f2dde5865b54d0bd4c2a5199 /include/configs/TQM834x.h | |
parent | 8e98f5f70b269a77416a990b90ad8d853c5a0d73 (diff) | |
parent | 1a2e203b31d33fb720f2cf1033b241ad36ab405a (diff) | |
download | u-boot-imx-d03f4230a6cc08ac718c876309e4dc425e1a9854.zip u-boot-imx-d03f4230a6cc08ac718c876309e4dc425e1a9854.tar.gz u-boot-imx-d03f4230a6cc08ac718c876309e4dc425e1a9854.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx
Diffstat (limited to 'include/configs/TQM834x.h')
-rw-r--r-- | include/configs/TQM834x.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/configs/TQM834x.h b/include/configs/TQM834x.h index 4c909e6..c1e0e64 100644 --- a/include/configs/TQM834x.h +++ b/include/configs/TQM834x.h @@ -332,6 +332,8 @@ extern int tqm834x_num_flash_banks; #define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ #define CONFIG_CMDLINE_EDITING 1 /* add command line history */ +#define CONFIG_AUTO_COMPLETE /* add autocompletion support */ + #define CONFIG_SYS_HUSH_PARSER 1 /* Use the HUSH parser */ #ifdef CONFIG_SYS_HUSH_PARSER #define CONFIG_SYS_PROMPT_HUSH_PS2 "> " @@ -403,7 +405,8 @@ extern int tqm834x_num_flash_banks; /* i-cache and d-cache disabled */ #define CONFIG_SYS_HID0_INIT 0x000000000 -#define CONFIG_SYS_HID0_FINAL CONFIG_SYS_HID0_INIT +#define CONFIG_SYS_HID0_FINAL (CONFIG_SYS_HID0_INIT | \ + HID0_ENABLE_INSTRUCTION_CACHE) #define CONFIG_SYS_HID2 HID2_HBE #define CONFIG_HIGH_BATS 1 /* High BATs supported */ |