Fix hp/dl165_g6_fam10 build. Failed to take r5800 and
authorPatrick Georgi <patrick.georgi@coresystems.de>
Fri, 24 Sep 2010 18:12:46 +0000 (18:12 +0000)
committerPatrick Georgi <patrick.georgi@coresystems.de>
Fri, 24 Sep 2010 18:12:46 +0000 (18:12 +0000)
another recent change into account.

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5832 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/mainboard/hp/dl165_g6_fam10/Kconfig
src/mainboard/hp/dl165_g6_fam10/romstage.c

index 7052f5bc8e0ca50a673dd20a4e8a2f365775f00a..a8366b74bab00e7dcf7a46c8f24b40cfb1f3cc34 100644 (file)
@@ -9,6 +9,8 @@ config BOARD_SPECIFIC_OPTIONS # dummy
        select SOUTHBRIDGE_BROADCOM_BCM21000
        select SOUTHBRIDGE_BROADCOM_BCM5785
        select SUPERIO_NSC_PC87417
+       select DIMM_DDR2
+       select DIMM_REGISTERED
        select HAVE_OPTION_TABLE
        select HAVE_BUS_CONFIG
        select HAVE_PIRQ_TABLE
index 0e0347d8c88daeeeceb075d78876a422b4a8f626..75759fae1ff1df70cd821e67dd36d6908c5a40dd 100644 (file)
@@ -54,6 +54,7 @@
 #include "lib/ramtest.c"
 #include <cpu/amd/model_10xxx_rev.h>
 #include "southbridge/broadcom/bcm5785/bcm5785_early_smbus.c"
+#include "southbridge/broadcom/bcm5785/bcm5785_enable_rom.c"
 #include "northbridge/amd/amdfam10/raminit.h"
 #include "northbridge/amd/amdfam10/amdfam10.h"