From f17f647a62427e7241c6cbee0a81be5a46072cd9 Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Fri, 19 Jun 2009 21:18:14 +0000 Subject: 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 Acked-by: Myles Watson git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4367 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/motorola/sandpoint/Options.lb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainboard/motorola/sandpoint') diff --git a/src/mainboard/motorola/sandpoint/Options.lb b/src/mainboard/motorola/sandpoint/Options.lb index e6042f1604..239ebc4a08 100644 --- a/src/mainboard/motorola/sandpoint/Options.lb +++ b/src/mainboard/motorola/sandpoint/Options.lb @@ -1,5 +1,6 @@ uses CONFIG_SANDPOINT_ALTIMUS uses CONFIG_CBFS +uses CONFIG_ARCH_X86 uses CONFIG_SANDPOINT_TALUS uses CONFIG_SANDPOINT_UNITY uses CONFIG_SANDPOINT_VALIS @@ -68,6 +69,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 -- cgit v1.2.3