When I converted an #ifdef to an #if it broke the code because the variable was
authorMyles Watson <mylesgw@gmail.com>
Tue, 20 Oct 2009 17:13:28 +0000 (17:13 +0000)
committerMyles Watson <mylesgw@gmail.com>
Tue, 20 Oct 2009 17:13:28 +0000 (17:13 +0000)
commitbea4cc60ba4ca51c62a2888309a145b02d4580cc
treec4476a08b1f3327e000c03b649246512d34bf70b
parentc6aadbe3ebca9865d47443d11933ef11bfe31085
When I converted an #ifdef to an #if it broke the code because the variable was
always defined, but not 1.  This commit reverts to the old behavior.

Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4818 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/northbridge/amd/amdk8/northbridge.c