same stuff again -.-
authorBernhard Urban <lewurm@gmail.com>
Fri, 6 Apr 2012 12:27:35 +0000 (14:27 +0200)
committerBernhard Urban <lewurm@gmail.com>
Fri, 6 Apr 2012 12:27:35 +0000 (14:27 +0200)
src/mainboard/asus/m5a99x-evo/Makefile.inc
src/southbridge/amd/cimx/sb900/late.c

index f24679cf2bbbcbd408e4e2d12a344fffb845f9df..68d00287e1c0e4152161ae911b8cf1d51dd20d76 100644 (file)
@@ -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 \
index 71c65e31c64d88f8aaeaac1012ecf87b23bfee5e..21690cc87b0122bcd186988679f55259c28bdd32 100644 (file)
@@ -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,
+};