Add Broadcom / Netgear changes from RAXE 1.0.0.48
[project/bcm63xx/u-boot.git] / common / spl / spl.c
index 4ddeff9b51ee657144855e8f884e3f3234b00a33..41c38fc630a83a9fde73f9a294207f68027cddda 100644 (file)
@@ -599,6 +599,10 @@ void board_init_r(gd_t *dummy1, ulong dummy2)
        timer_init();
 #endif
 
+#ifdef CONFIG_SPL_STANDALONE
+       jumptable_init();
+#endif
+
 #if CONFIG_IS_ENABLED(BOARD_INIT)
        spl_board_init();
 #endif