From: Bernhard Urban Date: Fri, 6 Apr 2012 12:27:35 +0000 (+0200) Subject: same stuff again -.- X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=coreboot.git;a=commitdiff_plain;h=09c4d6242e2a485b865f23ed2c514fb38233a091 same stuff again -.- --- diff --git a/src/mainboard/asus/m5a99x-evo/Makefile.inc b/src/mainboard/asus/m5a99x-evo/Makefile.inc index f24679cf2..68d00287e 100644 --- a/src/mainboard/asus/m5a99x-evo/Makefile.inc +++ b/src/mainboard/asus/m5a99x-evo/Makefile.inc @@ -4,6 +4,7 @@ ramstage-y += reset.c ifneq ($(CONFIG_AMD_AGESA),y) AGESA_ROOT ?= src/vendorcode/amd/agesa/f10 romstage-y += ../../../../$(AGESA_ROOT)/Lib/amdlib.c + ramstage-y += ../../../../$(AGESA_ROOT)/Lib/amdlib.c AGESA_INC := -I$(AGESA_ROOT)/ \ -I$(AGESA_ROOT)/Include \ diff --git a/src/southbridge/amd/cimx/sb900/late.c b/src/southbridge/amd/cimx/sb900/late.c index 71c65e31c..21690cc87 100644 --- a/src/southbridge/amd/cimx/sb900/late.c +++ b/src/southbridge/amd/cimx/sb900/late.c @@ -474,3 +474,7 @@ struct chip_operations southbridge_amd_cimx_sb900_ops = { CHIP_NAME("ATI SB900") .enable_dev = sb900_enable, }; +struct chip_operations southbridge_amd_cimx_sb800_ops = { + CHIP_NAME("ATI SB800") + .enable_dev = sb900_enable, +};