summaryrefslogtreecommitdiff
path: root/src/mainboard/amd/norwich/failover.c
blob: dabee4857935004ffeb8450929ad054c544a9759 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#define ASSEMBLY 1
#include <stdint.h>
#include <device/pci_def.h>
#include <device/pci_ids.h>
#include <arch/io.h>
#include "arch/romcc_io.h"
#include "pc80/mc146818rtc_early.c"

static unsigned long main(unsigned long bist)
{
	return bist;
}