summaryrefslogtreecommitdiff
path: root/board/bachmann/ot1200/ot1200_spl.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/bachmann/ot1200/ot1200_spl.c')
-rw-r--r--board/bachmann/ot1200/ot1200_spl.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/board/bachmann/ot1200/ot1200_spl.c b/board/bachmann/ot1200/ot1200_spl.c
index 9d28da4..f3dff95 100644
--- a/board/bachmann/ot1200/ot1200_spl.c
+++ b/board/bachmann/ot1200/ot1200_spl.c
@@ -151,10 +151,4 @@ void board_init_f(ulong dummy)
/* configure MMDC for SDRAM width/size and per-model calibration */
ot1200_spl_dram_init();
-
- /* Clear the BSS. */
- memset(__bss_start, 0, __bss_end - __bss_start);
-
- /* load/boot image from boot device */
- board_init_r(NULL, 0);
}