coreboot-kgpe-d16/src/southbridge/amd/amd8111/bootblock.c
Uwe Hermann 1f7d3c5672 AMD-8111: Add TINY_BOOTBLOCK support.
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
2010-11-26 22:35:11 +00:00

6 lines
129 B
C

#include "southbridge/amd/amd8111/amd8111_enable_rom.c"
static void bootblock_southbridge_init(void)
{
amd8111_enable_rom();
}