summaryrefslogtreecommitdiff
path: root/board/bachmann
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-09-20 12:32:34 -0400
committerTom Rini <trini@konsulko.com>2017-09-20 12:32:34 -0400
commite884656c2c0b2406b9bf99ea76f5a8c75128a331 (patch)
tree520d14bd1fdaed0adefc4209f53dc0d0d1467b67 /board/bachmann
parent975f97b43181694041f77ecd8118364afe588144 (diff)
parent031426a7af63d3c939fc963311e6dc8e904a0440 (diff)
Merge git://www.denx.de/git/u-boot-imx
Diffstat (limited to 'board/bachmann')
-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 9d28da4ba4..f3dff95710 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);
}