summaryrefslogtreecommitdiff
path: root/common/spl/spl.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/spl/spl.c')
-rw-r--r--common/spl/spl.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/common/spl/spl.c b/common/spl/spl.c
index 8256fa97862..722b18c98ed 100644
--- a/common/spl/spl.c
+++ b/common/spl/spl.c
@@ -669,23 +669,6 @@ static int boot_from_devices(struct spl_image_info *spl_image,
return ret;
}
-#if defined(CONFIG_SPL_FRAMEWORK_BOARD_INIT_F)
-void board_init_f(ulong dummy)
-{
- if (CONFIG_IS_ENABLED(OF_CONTROL)) {
- int ret;
-
- ret = spl_early_init();
- if (ret) {
- debug("spl_early_init() failed: %d\n", ret);
- hang();
- }
- }
-
- preloader_console_init();
-}
-#endif
-
void board_init_r(gd_t *dummy1, ulong dummy2)
{
u32 spl_boot_list[] = {