X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=coreboot.git;a=blobdiff_plain;f=src%2Fnorthbridge%2Famd%2Famdfam10%2Fnorthbridge.c;h=018b6c83b0d8e81dc3be08340885918f266e1b5b;hp=89bd6733ce26e85821901981f28a17976b7b820e;hb=f483766a38cf8258eac85d1f9c7f21da9ca5f2bb;hpb=a145fc5d0bb3bb36f627316075ad06d56f4d4764 diff --git a/src/northbridge/amd/amdfam10/northbridge.c b/src/northbridge/amd/amdfam10/northbridge.c index 89bd6733c..018b6c83b 100644 --- a/src/northbridge/amd/amdfam10/northbridge.c +++ b/src/northbridge/amd/amdfam10/northbridge.c @@ -47,8 +47,10 @@ #endif #include -#if CONFIG_AMD_SB_CIMX +#if CONFIG_SOUTHBRIDGE_AMD_CIMX_SB800 #include +#elif CONFIG_SOUTHBRIDGE_AMD_CIMX_SB900 +#include #endif struct amdfam10_sysconf_t sysconf; @@ -1448,7 +1450,7 @@ static u32 cpu_bus_scan(device_t dev, u32 max) static void cpu_bus_init(device_t dev) { initialize_cpus(dev->link_list); -#if CONFIG_AMD_SB_CIMX +#if CONFIG_SOUTHBRIDGE_AMD_CIMX_SB800 || CONFIG_SOUTHBRIDGE_AMD_CIMX_SB900 sb_After_Pci_Init(); sb_Mid_Post_Init(); #endif