This patch adds support for the AMD Geode LX CPU. (rediffed)
[coreboot.git] / src / cpu / amd / model_lx / model_lx_init.c
index 541b3649ce128bb6f6f0583b3ee07176c2758aa0..1cdfda8e54e782b2fe5af40c02ac6a6951cdd374 100644 (file)
@@ -46,7 +46,6 @@ static void model_lx_init(device_t dev)
        printk_debug("model_lx_init\n");
 
        /* Turn on caching if we haven't already */
-       
        x86_enable_cache();
 
        /* Enable the local cpu apics */
@@ -60,7 +59,7 @@ static void model_lx_init(device_t dev)
        outb(0x02,0x92);
        printk_debug("A20 (0x92): %d\n",inb(0x92));
 
-       printk_debug("model_lx_init DONE\n");
+       printk_debug("CPU model_lx_init DONE\n");
 };
 
 static struct device_operations cpu_dev_ops = {