summaryrefslogtreecommitdiff
path: root/src/cpu/amd/model_lx/model_lx_init.c
diff options
context:
space:
mode:
authorMarc Jones <marc.jones@amd.com>2007-05-04 18:24:55 +0000
committerStefan Reinauer <stepan@openbios.org>2007-05-04 18:24:55 +0000
commitbc8176c5526ec9124aa99559f9432210be364dfe (patch)
treef4855271c5e16a2b9fba7d558a965c497a60e0cc /src/cpu/amd/model_lx/model_lx_init.c
parent5941c25fe8e2118c93ef695ea3b30b65e016cdc1 (diff)
downloadcoreboot-bc8176c5526ec9124aa99559f9432210be364dfe.tar.xz
This patch adds support for the AMD Geode LX CPU. (rediffed)
Signed-off-by: Marc Jones <marc.jones@amd.com> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2628 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/amd/model_lx/model_lx_init.c')
-rw-r--r--src/cpu/amd/model_lx/model_lx_init.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cpu/amd/model_lx/model_lx_init.c b/src/cpu/amd/model_lx/model_lx_init.c
index 541b3649ce..1cdfda8e54 100644
--- a/src/cpu/amd/model_lx/model_lx_init.c
+++ b/src/cpu/amd/model_lx/model_lx_init.c
@@ -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 = {