aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/rca/rm4100/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/rca/rm4100/mainboard.c')
-rw-r--r--src/mainboard/rca/rm4100/mainboard.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/mainboard/rca/rm4100/mainboard.c b/src/mainboard/rca/rm4100/mainboard.c
index 0324266a8d..2248ba791e 100644
--- a/src/mainboard/rca/rm4100/mainboard.c
+++ b/src/mainboard/rca/rm4100/mainboard.c
@@ -1,7 +1,7 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2008 Joseph Smith <joe@settoplinux.org>
+ * Copyright (C) 2008-2010 Joseph Smith <joe@settoplinux.org>
*
* 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
@@ -19,8 +19,15 @@
*/
#include <device/device.h>
+#include <boot/tables.h>
+#include <arch/coreboot_tables.h>
#include "chip.h"
+int add_mainboard_resources(struct lb_memory *mem)
+{
+ return add_northbridge_resources(mem);
+}
+
static void mainboard_init(device_t dev)
{
// TODO Switch parport LEDs again