diff options
Diffstat (limited to 'src/mainboard/tyan/s2895/mainboard.c')
-rw-r--r-- | src/mainboard/tyan/s2895/mainboard.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/mainboard/tyan/s2895/mainboard.c b/src/mainboard/tyan/s2895/mainboard.c index 08be91f9f1..f152eae943 100644 --- a/src/mainboard/tyan/s2895/mainboard.c +++ b/src/mainboard/tyan/s2895/mainboard.c @@ -1,22 +1,6 @@ #include <device/device.h> -#include <console/console.h> -#include <boot/tables.h> #include "chip.h" -/* in arch/i386/boot/tables.c */ -extern uint64_t high_tables_base, high_tables_size; - -int add_mainboard_resources(struct lb_memory *mem) -{ -#if HAVE_HIGH_TABLES == 1 - printk_debug("Adding high table area\n"); - lb_add_memory_range(mem, LB_MEM_TABLE, - high_tables_base, high_tables_size); -#endif - return 0; -} - - struct chip_operations mainboard_ops = { CHIP_NAME("Tyan S2895 Mainboard") }; |