From 09c4d6242e2a485b865f23ed2c514fb38233a091 Mon Sep 17 00:00:00 2001 From: Bernhard Urban Date: Fri, 6 Apr 2012 14:27:35 +0200 Subject: [PATCH] same stuff again -.- --- src/mainboard/asus/m5a99x-evo/Makefile.inc | 1 + src/southbridge/amd/cimx/sb900/late.c | 4 ++++ 2 files changed, 5 insertions(+) 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, +}; -- 2.25.1