diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-09-24 18:28:50 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-09-24 18:28:50 +0000 |
commit | 0a6d1aebf12b786b4c5cbb85ce14cb89f3498958 (patch) | |
tree | fe89e862d54c83659a12d5ee1e2a60c2baae695b /src/mainboard | |
parent | b015d02a857b27a65a3ef52839361236645754d2 (diff) | |
download | coreboot-0a6d1aebf12b786b4c5cbb85ce14cb89f3498958.tar.xz |
Undo stupid mistake in r5832
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@5834 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/hp/dl165_g6_fam10/romstage.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/hp/dl165_g6_fam10/romstage.c b/src/mainboard/hp/dl165_g6_fam10/romstage.c index 75759fae1f..0e0347d8c8 100644 --- a/src/mainboard/hp/dl165_g6_fam10/romstage.c +++ b/src/mainboard/hp/dl165_g6_fam10/romstage.c @@ -54,7 +54,6 @@ #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" |