diff options
Diffstat (limited to 'include/configs/MVBLM7.h')
-rw-r--r-- | include/configs/MVBLM7.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/MVBLM7.h b/include/configs/MVBLM7.h index 6cc8d58765..26897c69af 100644 --- a/include/configs/MVBLM7.h +++ b/include/configs/MVBLM7.h @@ -321,7 +321,8 @@ #define CONFIG_SYS_SICRL (SICRL_LDP_A | SICRL_USB1 | SICRL_USB0) #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 |