From 7d8a91d0a50f1ede9d902563dfff3eda701943ee Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Tue, 24 Sep 2013 02:36:36 -0700 Subject: exynos: Get rid of the unused reset.c. The source file reset.c, present in both the exynos5250 and 5420 directories, is not being built for either SOC. Let's get rid of the clutter. Change-Id: Iab4c7982a271d08cbaf3207b6f5431f0ef52697e Signed-off-by: Gabe Black Reviewed-on: https://chromium-review.googlesource.com/170402 Reviewed-by: Hung-Te Lin Reviewed-by: David Hendrix Commit-Queue: Gabe Black Tested-by: Gabe Black (cherry picked from commit 0ce3898276ff49d171a0d8a650806f0305c0576f) Signed-off-by: Isaac Christensen Reviewed-on: http://review.coreboot.org/6542 Tested-by: build bot (Jenkins) Reviewed-by: David Hendricks Reviewed-by: Edward O'Callaghan --- src/cpu/samsung/exynos5250/reset.c | 26 -------------------------- src/cpu/samsung/exynos5420/reset.c | 26 -------------------------- 2 files changed, 52 deletions(-) delete mode 100644 src/cpu/samsung/exynos5250/reset.c delete mode 100644 src/cpu/samsung/exynos5420/reset.c (limited to 'src/cpu') diff --git a/src/cpu/samsung/exynos5250/reset.c b/src/cpu/samsung/exynos5250/reset.c deleted file mode 100644 index 78571ba9de..0000000000 --- a/src/cpu/samsung/exynos5250/reset.c +++ /dev/null @@ -1,26 +0,0 @@ -/* - * This file is part of the coreboot project. - * - * Copyright 2013 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. - * - * 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 - */ - -#include -#include - -void soft_reset(void) -{ - writel(0x1, samsung_get_base_swreset()); -} diff --git a/src/cpu/samsung/exynos5420/reset.c b/src/cpu/samsung/exynos5420/reset.c deleted file mode 100644 index 78571ba9de..0000000000 --- a/src/cpu/samsung/exynos5420/reset.c +++ /dev/null @@ -1,26 +0,0 @@ -/* - * This file is part of the coreboot project. - * - * Copyright 2013 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. - * - * 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 - */ - -#include -#include - -void soft_reset(void) -{ - writel(0x1, samsung_get_base_swreset()); -} -- cgit v1.2.3