Apply linuxbios-rename-other-payload-options.patch
[coreboot.git] / src / boot / hardwaremain.c
index 00bc5597715e52c77776e3b2851f4f134883fec6..eb971246c200928be5f7154e4459dcc93607ca30 100644 (file)
@@ -88,7 +88,7 @@ void hardwaremain(int boot_complete)
         */
        lb_mem = write_tables();
 
-#if CONFIG_FS_STREAM == 1
+#if CONFIG_FS_PAYLOAD == 1
        filo(lb_mem);
 #else
        elfboot(lb_mem);