summaryrefslogtreecommitdiffstats
path: root/lib_m68k/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib_m68k/board.c')
-rw-r--r--lib_m68k/board.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib_m68k/board.c b/lib_m68k/board.c
index 6aaf60991c..566d632289 100644
--- a/lib_m68k/board.c
+++ b/lib_m68k/board.c
@@ -444,10 +444,6 @@ void board_init_r (gd_t *id, ulong dest_addr)
for (cmdtp = &__u_boot_cmd_start; cmdtp != &__u_boot_cmd_end; cmdtp++) {
ulong addr;
addr = (ulong) (cmdtp->cmd) + gd->reloc_off;
-#if 0
- printf ("Command \"%s\": 0x%08lx => 0x%08lx\n",
- cmdtp->name, (ulong) (cmdtp->cmd), addr);
-#endif
cmdtp->cmd =
(int (*)(struct cmd_tbl_s *, int, int, char *[]))addr;
@@ -481,10 +477,6 @@ void board_init_r (gd_t *id, ulong dest_addr)
#endif
WATCHDOG_RESET();
-#if 0
- /* instruction cache enabled in cpu_init_f() for faster relocation */
- icache_enable (); /* it's time to enable the instruction cache */
-#endif
/*
* Setup trap handlers