Allow building images with different prefixes (ie. normal/romstage,
[coreboot.git] / src / cpu / amd / model_lx / cache_as_ram.inc
index 1abfd8168a6a50cbea335bf8b79ba8a751e910e7..659e0141a83f7fc66e6f779951e57c87c27a401d 100644 (file)
@@ -278,8 +278,5 @@ str_pre_main:        .string "Jumping to coreboot.\r\n"
 .previous
 
 #endif /* ASM_CONSOLE_LOGLEVEL > BIOS_DEBUG */
-#if CONFIG_USE_FALLBACK_IMAGE == 1
-str_coreboot_ram_name: .string "fallback/coreboot_ram"
-#else
-str_coreboot_ram_name: .string "normal/coreboot_ram"
-#endif
+str_coreboot_ram_name: .ascii CONFIG_CBFS_PREFIX
+                       .string "/coreboot_ram"