From 2bd91003413d431f0a4db6c3c6691f4b688cf5c5 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Thu, 18 Mar 2010 16:46:50 +0000 Subject: Rework boolean expression (DeMorgan and all) for better readability. Also remove failover.c files in mainboards, as they're not used anymore (and useless, too) Signed-off-by: Patrick Georgi Acked-by: Myles Watson Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5258 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/intel/jarrell/failover.c | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/mainboard/intel/jarrell/failover.c (limited to 'src/mainboard/intel/jarrell/failover.c') diff --git a/src/mainboard/intel/jarrell/failover.c b/src/mainboard/intel/jarrell/failover.c deleted file mode 100644 index f561611a89..0000000000 --- a/src/mainboard/intel/jarrell/failover.c +++ /dev/null @@ -1,18 +0,0 @@ -#define ASSEMBLY 1 -#define __PRE_RAM__ -#include -#include -#include -#include -#include -#include -#include "pc80/serial.c" -#include "arch/i386/lib/console.c" -#include "pc80/mc146818rtc_early.c" -#include "cpu/x86/lapic/boot_cpu.c" -#include "northbridge/intel/e7520/memory_initialized.c" - -static unsigned long main(unsigned long bist) -{ - return bist; -} -- cgit v1.2.3