bccaafc677
this generic code could be added to the caller of add_mainboard_resources (wrapped in HAVE_HIGH_TABLES, of course). That way, boards that really need it (for other things) can use this function, while others don't have to do anything to use HAVE_HIGH_TABLES. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4223 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
7 lines
126 B
C
7 lines
126 B
C
#include <device/device.h>
|
|
#include "chip.h"
|
|
|
|
struct chip_operations mainboard_ops = {
|
|
CHIP_NAME("Tyan S2895 Mainboard")
|
|
};
|
|
|