Drop \r\n and \n\r as both print_XXX and printk now do this internally.
[coreboot.git] / src / cpu / amd / dualcore / amd_sibling.c
index 3a56fdd1c3c802105036c6e1647a5bacd0480298..42d96c509a67affa9e92a436865ca6f45b7f6c3f 100644 (file)
@@ -109,7 +109,7 @@ unsigned get_apicid_base(unsigned ioapic_num)
 
        if((apicid_base+ioapic_num-1)>0xf) {
                // We need to enable APIC EXT ID
-               printk(BIOS_INFO, "if the IO APIC device doesn't support 256 apic id, \r\n you need to set CONFIG_ENABLE_APIC_EXT_ID in romstage.c so you can spare 16 id for ioapic\r\n");
+               printk(BIOS_INFO, "if the IO APIC device doesn't support 256 apic id, \n you need to set CONFIG_ENABLE_APIC_EXT_ID in romstage.c so you can spare 16 id for ioapic\n");
                enable_apic_ext_id(nodes);
        }