Myles Watson wrote:
-#if CONFIG_CBFS == 1 -# if CONFIG_USE_FALLBACK_IMAGE == 1 +#if CONFIG_USE_FALLBACK_IMAGE == 1 str_coreboot_ram_name: .string "fallback/coreboot_ram" -# else +#else str_coreboot_ram_name: .string "normal/coreboot_ram" -# endif #endif
Since normal and failover aren't supported with CBFS, can they disappear too?
No, we should get that back to life with CBFS asap.. it's one of coreboot's key features..
Stefan