summaryrefslogtreecommitdiff
path: root/src/mainboard/axus
diff options
context:
space:
mode:
authorPatrick Georgi <patrick@georgi-clan.de>2013-02-09 15:26:47 +0100
committerStefan Reinauer <stefan.reinauer@coreboot.org>2013-02-09 21:00:47 +0100
commitdbc6ca7aea6e2474c30b4c3892abe0b3055abf67 (patch)
treef57c0db69bdd788631d52c084523db4e72b24843 /src/mainboard/axus
parentf03d22efd7abe6870f1216bc6b1e07aaba446c84 (diff)
downloadcoreboot-dbc6ca7aea6e2474c30b4c3892abe0b3055abf67.tar.xz
romcc: Use default romcc flags for most boards
Except for one board, the flags can be derived from CONFIG_MMX and CONFIG_SSE. Change-Id: I64a11135ee7ce8676f3422b2377069a3fa78e24d Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-on: http://review.coreboot.org/2336 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/axus')
-rw-r--r--src/mainboard/axus/tc320/Makefile.inc21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/mainboard/axus/tc320/Makefile.inc b/src/mainboard/axus/tc320/Makefile.inc
deleted file mode 100644
index 21ae28e552..0000000000
--- a/src/mainboard/axus/tc320/Makefile.inc
+++ /dev/null
@@ -1,21 +0,0 @@
-##
-## This file is part of the coreboot project.
-##
-## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
-##
-## This program is free software; you can redistribute it and/or modify
-## it under the terms of the GNU General Public License as published by
-## the Free Software Foundation; either version 2 of the License, or
-## (at your option) any later version.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-##
-
-ROMCCFLAGS := -mcpu=i386 -O2