Changeset 5111


Ignore:
Timestamp:
Feb 10, 2010 8:40:10 PM (3 years ago)
Author:
oxygene
Message:

Forgot a CBFS_PREFIX change in appropriate commit (r5102).
Also, delete duplicate romstage file in qemu-x86

Signed-off-by: Patrick Georgi <patrick.georgi@…>
Acked-by: Patrick Georgi <patrick.georgi@…>

Location:
trunk/src
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/cpu/x86/car/copy_and_run.c

    r4712 r5111  
    1010        else cpu_reset = 0; 
    1111 
    12 #if CONFIG_USE_FALLBACK_IMAGE == 1 
    13         cbfs_and_run_core("fallback/coreboot_ram", cpu_reset); 
    14 #else 
    15         cbfs_and_run_core("normal/coreboot_ram", cpu_reset); 
    16 #endif 
     12        cbfs_and_run_core(CONFIG_CBFS_PREFIX "/coreboot_ram", cpu_reset); 
    1713} 
Note: See TracChangeset for help on using the changeset viewer.