4e83d70a43
Creator: Hamish Guthrie <hamish@prodigi.ch> Adds a tree for the Eaglelion mainboard. This board has an AMD GX1 processor in a typical Mini-ATX format with a few ISA and PCI slots. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1941 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
5 lines
119 B
C
5 lines
119 B
C
extern struct chip_operations mainboard_eaglelion_5bcm_ops;
|
|
|
|
struct mainboard_eaglelion_5bcm_config {
|
|
int nothing;
|
|
};
|