|
@@ -14,6 +14,7 @@
|
|
|
#include <asm/arch/system_manager.h>
|
|
|
#include <asm/arch/freeze_controller.h>
|
|
|
#include <asm/arch/clock_manager.h>
|
|
|
+#include <asm/arch/misc.h>
|
|
|
#include <asm/arch/scan_manager.h>
|
|
|
#include <asm/arch/sdram.h>
|
|
|
#include <asm/arch/scu.h>
|
|
@@ -191,6 +192,11 @@ void spl_board_init(void)
|
|
|
|
|
|
/* enable console uart printing */
|
|
|
preloader_console_init();
|
|
|
+
|
|
|
+ WATCHDOG_RESET();
|
|
|
+
|
|
|
+ /* Add device descriptor to FPGA device table */
|
|
|
+ socfpga_fpga_add();
|
|
|
}
|
|
|
|
|
|
void board_init_f(ulong dummy)
|