This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / cpu / amd / quadcore / amd_sibling.c
index 4d4e11648faf09af8ba5c3756001104129340e31..999c51807c0f02a10fc6d811c22086630db9614b 100644 (file)
@@ -114,7 +114,7 @@ u32 get_apicid_base(u32 ioapic_num)
 
        if((apicid_base+ioapic_num-1)>0xf) {
                // We need to enable APIC EXT ID
-               printk_spew("if the IO APIC device doesn't support 256 apic id, \r\n you need to set ENABLE_APIC_EXT_ID in MB Option.lb so you can spare 16 id for ioapic\r\n");
+               printk_spew("if the IO APIC device doesn't support 256 apic id, \r\n you need to set CONFIG_ENABLE_APIC_EXT_ID in MB Option.lb so you can spare 16 id for ioapic\r\n");
                enable_apic_ext_id(sysconf.nodes);
        }