These lines slipped in. Sorry for the inconvenience.
authorStefan Reinauer <stepan@coresystems.de>
Sat, 30 Jan 2010 10:58:30 +0000 (10:58 +0000)
committerStefan Reinauer <stepan@openbios.org>
Sat, 30 Jan 2010 10:58:30 +0000 (10:58 +0000)
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

src/mainboard/Makefile.romccboard.inc
util/abuild/abuild

index 1671b7ad94ac2ffc188e9893a8a857de0367766e..f9a5b53330cfd0d00a4e99bd2fce7611cc771f1b 100644 (file)
@@ -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
index bb43d368298b6258b2309ecce5d4978cf30f8c89..525740ddd9845453ece21f178d5743607737179c 100755 (executable)
@@ -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
 }