aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/norwich
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2008-10-11 16:10:54 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2008-10-11 16:10:54 +0000
commit3be4bc88fabf1a19cec38e5dbea515f1ddeb4be9 (patch)
treebebf3aa7c3f6e520ab62e70541cc57b5fed3bd52 /src/mainboard/amd/norwich
parentf4b54b413502ddd548a39439cba80dcf9b821bd6 (diff)
Drop a number of duplicated failover.c files (they have the same content
as the global src/arch/i386/lib/failover.c file). Also, drop a number of dummy failover.c files which are not even used at all. This is abuild-tested by me. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3649 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/amd/norwich')
-rw-r--r--src/mainboard/amd/norwich/failover.c32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/mainboard/amd/norwich/failover.c b/src/mainboard/amd/norwich/failover.c
deleted file mode 100644
index f216d538b7..0000000000
--- a/src/mainboard/amd/norwich/failover.c
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- * This file is part of the coreboot project.
- *
- * Copyright (C) 2007 Advanced Micro Devices, 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; 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
- */
-
-#define ASSEMBLY 1
-
-#include <stdint.h>
-#include <device/pci_def.h>
-#include <device/pci_ids.h>
-#include <arch/io.h>
-#include "pc80/mc146818rtc_early.c"
-
-static unsigned long main(unsigned long bist)
-{
- return bist;
-}