diff options
Diffstat (limited to 'board/gateworks/gw_ventana')
-rw-r--r-- | board/gateworks/gw_ventana/gw_ventana_spl.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/board/gateworks/gw_ventana/gw_ventana_spl.c b/board/gateworks/gw_ventana/gw_ventana_spl.c index 84d027d441..79cb5943d0 100644 --- a/board/gateworks/gw_ventana/gw_ventana_spl.c +++ b/board/gateworks/gw_ventana/gw_ventana_spl.c @@ -529,9 +529,6 @@ void board_init_f(ulong dummy) /* disable boot watchdog */ gsc_boot_wd_disable(); - - /* load/boot image from boot device */ - board_init_r(NULL, 0); } /* called from board_init_r after gd setup if CONFIG_SPL_BOARD_INIT defined */ |