diff options
author | Myles Watson <mylesgw@gmail.com> | 2009-07-07 19:00:10 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2009-07-07 19:00:10 +0000 |
commit | 2698fe5e1b4296c6dcf32cdd4e28f22e63fea009 (patch) | |
tree | 422a3d023ab33c46251079db3eaef2034d0ba244 | |
parent | 42f75c325fec4a3ba026b3819f3aa89149aff658 (diff) |
Add CONFIG_ARCH_X86=0 to sandpointx3_altimus_mpc7410.
Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4407 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | src/mainboard/motorola/sandpointx3_altimus_mpc7410/Options.lb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/motorola/sandpointx3_altimus_mpc7410/Options.lb b/src/mainboard/motorola/sandpointx3_altimus_mpc7410/Options.lb index 8a77cd2d83..ac5777a9a3 100644 --- a/src/mainboard/motorola/sandpointx3_altimus_mpc7410/Options.lb +++ b/src/mainboard/motorola/sandpointx3_altimus_mpc7410/Options.lb @@ -1,3 +1,4 @@ +uses CONFIG_ARCH_X86 uses CONFIG_ISA_IO_BASE uses CONFIG_CBFS uses CONFIG_ISA_MEM_BASE @@ -65,6 +66,7 @@ default HOSTCC="gcc" ## use a cross compiler #default CONFIG_CROSS_COMPILE="powerpc-eabi-" #default CONFIG_CROSS_COMPILE="ppc_74xx-" +default CONFIG_ARCH_X86=0 ## Use stage 1 initialization code default CONFIG_USE_INIT=1 |