Changeset 5197


Ignore:
Timestamp:
Mar 9, 2010 12:38:43 AM (3 years ago)
Author:
oxygene
Message:

Set options to make AMD CAR code compile correctly,
and increase MAX_CPUS to aid support 6-core CPUs.

Signed-off-by: Arne Georg Gleditsch <arne.gleditsch@…>
Acked-by: Patrick Georgi <patrick.georgi@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mainboard/tyan/s2912_fam10/Kconfig

    r5184 r5197  
    3737        hex 
    3838        default 0x04000 
     39        depends on BOARD_TYAN_S2912_FAM10 
     40 
     41config USE_FALLBACK_IMAGE 
     42        bool 
     43        default y 
     44        depends on BOARD_TYAN_S2912_FAM10 
     45 
     46config HAVE_FALLBACK_BOOT 
     47        bool 
     48        default y 
     49        depends on BOARD_TYAN_S2912_FAM10 
     50 
     51config CONFIG_USE_FAILOVER_IMAGE 
     52        bool 
     53        default y 
     54        depends on BOARD_TYAN_S2912_FAM10 
     55 
     56config CONFIG_HAVE_FAILOVER_BOOT 
     57        bool 
     58        default y 
    3959        depends on BOARD_TYAN_S2912_FAM10 
    4060 
     
    96116config MAX_CPUS 
    97117        int 
    98         default 8 
     118        default 12 
    99119        depends on BOARD_TYAN_S2912_FAM10 
    100120 
Note: See TracChangeset for help on using the changeset viewer.