1f7d3c5672
Also, add missing license header to amd8111_enable_rom.c, add some more code comments and use PCI IDs from pci_ids.h instead of hardcoding. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Patrick Georgi <patrick@georgi-clan.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6124 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
6 lines
129 B
C
6 lines
129 B
C
#include "southbridge/amd/amd8111/amd8111_enable_rom.c"
|
|
|
|
static void bootblock_southbridge_init(void)
|
|
{
|
|
amd8111_enable_rom();
|
|
}
|