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
This commit is contained in:
parent
42f75c325f
commit
2698fe5e1b
|
@ -1,3 +1,4 @@
|
||||||
|
uses CONFIG_ARCH_X86
|
||||||
uses CONFIG_ISA_IO_BASE
|
uses CONFIG_ISA_IO_BASE
|
||||||
uses CONFIG_CBFS
|
uses CONFIG_CBFS
|
||||||
uses CONFIG_ISA_MEM_BASE
|
uses CONFIG_ISA_MEM_BASE
|
||||||
|
@ -65,6 +66,7 @@ default HOSTCC="gcc"
|
||||||
## use a cross compiler
|
## use a cross compiler
|
||||||
#default CONFIG_CROSS_COMPILE="powerpc-eabi-"
|
#default CONFIG_CROSS_COMPILE="powerpc-eabi-"
|
||||||
#default CONFIG_CROSS_COMPILE="ppc_74xx-"
|
#default CONFIG_CROSS_COMPILE="ppc_74xx-"
|
||||||
|
default CONFIG_ARCH_X86=0
|
||||||
|
|
||||||
## Use stage 1 initialization code
|
## Use stage 1 initialization code
|
||||||
default CONFIG_USE_INIT=1
|
default CONFIG_USE_INIT=1
|
||||||
|
|
Loading…
Reference in New Issue