summaryrefslogtreecommitdiff
path: root/board/compulab/cm_fx6/spl.c
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/compulab/cm_fx6/spl.c
parent975f97b43181694041f77ecd8118364afe588144 (diff)
parent031426a7af63d3c939fc963311e6dc8e904a0440 (diff)
Merge git://www.denx.de/git/u-boot-imx
Diffstat (limited to 'board/compulab/cm_fx6/spl.c')
-rw-r--r--board/compulab/cm_fx6/spl.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/compulab/cm_fx6/spl.c b/board/compulab/cm_fx6/spl.c
index bba977ff8e..56aac60239 100644
--- a/board/compulab/cm_fx6/spl.c
+++ b/board/compulab/cm_fx6/spl.c
@@ -336,9 +336,6 @@ void board_init_f(ulong dummy)
puts("!!!ERROR!!! DRAM detection failed!!!\n");
hang();
}
-
- memset(__bss_start, 0, __bss_end - __bss_start);
- board_init_r(NULL, 0);
}
void board_boot_order(u32 *spl_boot_list)