]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/compulab/cm_fx6/spl.c
imx6: drop duplicated bss memset and board_init_r() call
[people/ms/u-boot.git] / board / compulab / cm_fx6 / spl.c
index bba977ff8e2979eabcc811bde2a44f0a0354ba54..56aac60239cfabceb7f19b77956fca82f7417743 100644 (file)
@@ -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)