From 8a3ff6aa34410899fd8b8fcf11f2d3338735578a Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sat, 7 Nov 2015 00:07:05 +0100 Subject: mainboard: Remove empty mainboard.c files All the deleted mainboard files contain no code besides some print statements denoting, that the init is executed. If such statements are desired, this should be done in common code so it does not have to be added to each mainboard. Therefore, also delete files with just print statements. Change-Id: I379e4b1e1b1725648c6231bc6954ac3cc655a596 Signed-off-by: Paul Menzel Reviewed-on: http://review.coreboot.org/12355 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc Reviewed-by: Ronald G. Minnich --- src/mainboard/dmp/vortex86ex/mainboard.c | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 src/mainboard/dmp/vortex86ex/mainboard.c (limited to 'src/mainboard/dmp') diff --git a/src/mainboard/dmp/vortex86ex/mainboard.c b/src/mainboard/dmp/vortex86ex/mainboard.c deleted file mode 100644 index 485b467ac3..0000000000 --- a/src/mainboard/dmp/vortex86ex/mainboard.c +++ /dev/null @@ -1,31 +0,0 @@ -/* - * This file is part of the coreboot project. - * - * Copyright (C) 2013 DMP Electronics Inc. - * - * 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. - */ - -#include -#include -#include -#include -#include -#include - - -static void mainboard_enable(device_t dev) -{ -} - -struct chip_operations mainboard_ops = { - CHIP_NAME("DMP VORTEX86EX Mainboard") - .enable_dev = mainboard_enable, -}; -- cgit v1.2.3