riscv: Call spl_board_init_f() in the generic SPL board_init_f()
[platform/kernel/u-boot.git] / arch / riscv / include / asm / spl.h
index 45c03fb..1487f2d 100644 (file)
@@ -28,4 +28,11 @@ enum {
        BOOT_DEVICE_NONE
 };
 
+/**
+ * spl_board_init_f() - initialize board in the SPL phase
+ *
+ * @return 0 if succeeded, -ve on error
+ */
+int spl_board_init_f(void);
+
 #endif