diff options
author | wdenk <wdenk> | 2003-09-11 23:06:34 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-09-11 23:06:34 +0000 |
commit | 4f7cb08ee7b48a511a9cd2398fd4a243ca2733c7 (patch) | |
tree | 5aadeadbf3f022aa31bd34b35e4ff6f1ff134d74 /include/configs/IceCube.h | |
parent | a43278a43d522fba7fea0ed3045b718a9c8d22ac (diff) | |
download | u-boot-imx-4f7cb08ee7b48a511a9cd2398fd4a243ca2733c7.zip u-boot-imx-4f7cb08ee7b48a511a9cd2398fd4a243ca2733c7.tar.gz u-boot-imx-4f7cb08ee7b48a511a9cd2398fd4a243ca2733c7.tar.bz2 |
* Patch by Martin Krause, 11 Sep 2003:
add burn-in tests for TRAB board
* Enable instruction cache on MPC5200 board
Diffstat (limited to 'include/configs/IceCube.h')
-rw-r--r-- | include/configs/IceCube.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/IceCube.h b/include/configs/IceCube.h index 44ea654..9d914a6 100644 --- a/include/configs/IceCube.h +++ b/include/configs/IceCube.h @@ -191,8 +191,8 @@ /* * Various low-level settings */ -#define CFG_HID0_INIT 0 -#define CFG_HID0_FINAL 0 +#define CFG_HID0_INIT HID0_ICE | HID0_ICFI +#define CFG_HID0_FINAL HID0_ICE #define CFG_BOOTCS_START CFG_FLASH_BASE #define CFG_BOOTCS_SIZE CFG_FLASH_SIZE |