From 250715eb2ff15503710a7d2187688a7db1b4d22f Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Mon, 22 May 2017 16:28:46 -0500 Subject: soc/marvell/bg4cd: remove cosmos mainboard and bg4cd soc The SoC code was never completed. It's just a skeleton that gets in the way of refactoring other code. Likewise, the mainboard was never completed either. Just remove them both. Change-Id: I8faaa9bb1b90ad2936dcdbaf2882651ebba6630c Signed-off-by: Aaron Durbin Reviewed-on: https://review.coreboot.org/19823 Reviewed-by: Furquan Shaikh Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel --- src/soc/marvell/bg4cd/i2c.c | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 src/soc/marvell/bg4cd/i2c.c (limited to 'src/soc/marvell/bg4cd/i2c.c') diff --git a/src/soc/marvell/bg4cd/i2c.c b/src/soc/marvell/bg4cd/i2c.c deleted file mode 100644 index 6d06ee3089..0000000000 --- a/src/soc/marvell/bg4cd/i2c.c +++ /dev/null @@ -1,26 +0,0 @@ -/* - * This file is part of the coreboot project. - * - * Copyright 2014 Google 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 - -int platform_i2c_transfer(unsigned bus, struct i2c_seg *segments, int seg_count) -{ - return 0; -} - -void i2c_init(unsigned int bus, unsigned int hz) -{ -} -- cgit v1.2.3