diff options
Diffstat (limited to 'lib_m68k/board.c')
-rw-r--r-- | lib_m68k/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_m68k/board.c b/lib_m68k/board.c index b4c61195a1f..0bf637d59d9 100644 --- a/lib_m68k/board.c +++ b/lib_m68k/board.c @@ -310,7 +310,7 @@ void board_init_final (ulong dest_addr) bd_t *bd; bd = gd->bd; - // icache_enable(); /* it's time to enable the instruction cache */ + /* icache_enable(); /XX* it's time to enable the instruction cache */ /* * Setup trap handlers |