diff options
author | Myles Watson <mylesgw@gmail.com> | 2009-06-19 21:18:14 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2009-06-19 21:18:14 +0000 |
commit | f17f647a62427e7241c6cbee0a81be5a46072cd9 (patch) | |
tree | 4c8b4ab76ce6b796d8c2318c5ab176dfd496456f /src/mainboard/totalimpact | |
parent | 24fbb7d66f6938b942e4481d2821023fbb7cd467 (diff) | |
download | coreboot-f17f647a62427e7241c6cbee0a81be5a46072cd9.tar.xz |
Undo my ugly commit that added uses clauses in lots of places instead of one.
Fix configuration of all boards. (Abuild tested)
Hopefully fix compilation of PPC boards (they've never compiled for me.)
Apologize profusely.
Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4367 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/totalimpact')
-rw-r--r-- | src/mainboard/totalimpact/briq/Options.lb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/totalimpact/briq/Options.lb b/src/mainboard/totalimpact/briq/Options.lb index 1a25c9cfa1..3a06b57be5 100644 --- a/src/mainboard/totalimpact/briq/Options.lb +++ b/src/mainboard/totalimpact/briq/Options.lb @@ -4,6 +4,7 @@ uses TTYS0_DIV uses CONFIG_CBFS +uses CONFIG_ARCH_X86 uses TTYS0_BASE uses CONFIG_BRIQ_750FX uses CONFIG_BRIQ_7400 @@ -72,6 +73,7 @@ default HOSTCC="gcc" ## use a cross compiler #default CROSS_COMPILE="powerpc-eabi-" #default CROSS_COMPILE="ppc_74xx-" +default CONFIG_ARCH_X86=0 ## Use stage 1 initialization code default CONFIG_USE_INIT=1 |