summaryrefslogtreecommitdiff
path: root/src/northbridge
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2006-07-21 23:21:01 +0000
committerRonald G. Minnich <rminnich@gmail.com>2006-07-21 23:21:01 +0000
commit4788effb045ae1f71d89c78a0b16a93d5ba79e89 (patch)
treef405041806f5953c96e3a14ef259ff260f040da0 /src/northbridge
parentda7ee9fa07b4eaebd6e16faa678d814d9ba03ef1 (diff)
downloadcoreboot-4788effb045ae1f71d89c78a0b16a93d5ba79e89.tar.xz
restore the old code for enabling flash. The new amd code did not work.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2346 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge')
-rw-r--r--src/northbridge/amd/gx2/chipsetinit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/amd/gx2/chipsetinit.c b/src/northbridge/amd/gx2/chipsetinit.c
index 3bd73f7c9c..4bc6be5295 100644
--- a/src/northbridge/amd/gx2/chipsetinit.c
+++ b/src/northbridge/amd/gx2/chipsetinit.c
@@ -358,7 +358,7 @@ chipsetinit (struct northbridge_amd_gx2_config *nb){
/* Flash Setup*/
- printk_err("%sDOING ChipsetFlashSetup()!!!!!!!!!!!!!!!!!!\n", nb->setupflash? "NOT " : "");
+ printk_err("%sDOING ChipsetFlashSetup()!!!!!!!!!!!!!!!!!!\n", nb->setupflash? " " : "NOT");
if (nb->setupflash)
ChipsetFlashSetup();