summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-03-26 09:00:57 (GMT)
committerWolfgang Denk <wd@denx.de>2009-03-26 09:00:57 (GMT)
commite2b66fe453a3679f807b37fc5923d89214302764 (patch)
tree000068ba054479e0adbb5ea5bc519d51b0adbc1b /include/configs
parent33e88c557b29c84c52039ba05993fa70fe62afe3 (diff)
downloadu-boot-fsl-qoriq-e2b66fe453a3679f807b37fc5923d89214302764.tar.xz
ads5121: enable instruction cache
Enabling the instruction cache significantly accelerates U-Boot operations like CRC checking, image uncompression, etc. Kudos to Andrea Scian for pointing out. Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/ads5121.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ads5121.h b/include/configs/ads5121.h
index 8fda3f2..d879024 100644
--- a/include/configs/ads5121.h
+++ b/include/configs/ads5121.h
@@ -411,7 +411,7 @@
#endif
#define CONFIG_SYS_HID0_INIT 0x000000000
-#define CONFIG_SYS_HID0_FINAL HID0_ENABLE_MACHINE_CHECK
+#define CONFIG_SYS_HID0_FINAL (HID0_ENABLE_MACHINE_CHECK | HID0_ICE)
#define CONFIG_SYS_HID2 HID2_HBE
#define CONFIG_HIGH_BATS 1 /* High BATs supported */