]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/MPC8349EMDS.h
mpc83xx: turn on icache in core initialization to improve u-boot boot time
[karo-tx-uboot.git] / include / configs / MPC8349EMDS.h
index 5c410c9e5009b00418c09d93768871e5978343c3..73dbea4b74111f0a286466039f8b4c11bd22a77d 100644 (file)
 #define CONFIG_SYS_SICRL SICRL_LDP_A
 
 #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_ENABLE_INSTRUCTION_CACHE)
 
 /* #define CONFIG_SYS_HID0_FINAL               (\
        HID0_ENABLE_INSTRUCTION_CACHE |\