]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/lib/fsp/fsp_common.c
x86: fsp: Move FspInitEntry call to board_init_f()
[u-boot] / arch / x86 / lib / fsp / fsp_common.c
index 001494d97dce65e241b2f6266b1c0ffe736e9ab0..5b256324e1721c546ca058eb83468060274feaae 100644 (file)
@@ -46,3 +46,11 @@ void board_final_cleanup(void)
 
        return;
 }
+
+int x86_fsp_init(void)
+{
+       if (!gd->arch.hob_list)
+               fsp_init(CONFIG_FSP_TEMP_RAM_ADDR, BOOT_FULL_CONFIG, NULL);
+
+       return 0;
+}