These lines slipped in. Sorry for the inconvenience.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5068 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
c2ef1463b6
commit
b8a89da213
|
@ -31,9 +31,7 @@ crt0s += $(src)/cpu/x86/16bit/reset16.inc
|
|||
crt0s += $(src)/arch/i386/lib/cpu_reset.inc
|
||||
crt0s += $(src)/arch/i386/lib/id.inc
|
||||
endif
|
||||
crt0s += $(src)/cpu/x86/32bit/entry32.inc
|
||||
crt0s += $(src)/cpu/x86/fpu_enable.inc
|
||||
|
||||
ifeq ($(CONFIG_CPU_AMD_GX1),y)
|
||||
crt0s += $(src)/cpu/amd/model_gx1/cpu_setup.inc
|
||||
crt0s += $(src)/cpu/amd/model_gx1/gx_setup.inc
|
||||
|
|
|
@ -367,7 +367,6 @@ function create_buildenv
|
|||
create_builddir $VENDOR $MAINBOARD
|
||||
else
|
||||
create_config $VENDOR $MAINBOARD $CONFIG
|
||||
cp .config $TARGET/${VENDOR}_${MAINBOARD}/coreboot.config
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue