Alexandru Gagniuc (mr.nuke.me@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1479
-gerrit
commit db6f31611dc36280c1a8b048af5aa835eaa5bed1 Author: Alexandru Gagniuc mr.nuke.me@gmail.com Date: Thu Aug 23 14:20:11 2012 -0500
asus/dsbf: you don't need mptable.c
asus/dsbf has an empty mptable.c There's no point keeping it in. With Sven's parent patch, we can safely remove this file.
Change-Id: I85aa669225d7a7c3db0c9bedd64722dedbb97c36 Signed-off-by: Alexandru Gagniuc mr.nuke.me@gmail.com --- src/mainboard/asus/dsbf/Makefile.inc | 20 -------------------- 1 file changed, 20 deletions(-)
diff --git a/src/mainboard/asus/dsbf/Makefile.inc b/src/mainboard/asus/dsbf/Makefile.inc deleted file mode 100644 index 3707bbc..0000000 --- a/src/mainboard/asus/dsbf/Makefile.inc +++ /dev/null @@ -1,20 +0,0 @@ -## -## This file is part of the coreboot project. -## -## Copyright (C) 2012 Sven Schnelle svens@stackframe.org -## -## 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; version 2 of the License. -## -## 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 -## - -ramstage-$(CONFIG_GENERATE_MP_TABLE) += mptable.c diff --git a/src/mainboard/asus/dsbf/mptable.c b/src/mainboard/asus/dsbf/mptable.c deleted file mode 100644 index e69de29..0000000