diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-11-11 16:37:10 +1100 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2014-12-19 19:19:53 +0100 |
commit | bf3a3f2040ae5d261573b771052324fed9b9f7b0 (patch) | |
tree | c540411b326bd5ee8bc9e83e3e9d0374ec23a1d4 /src/mainboard/hp | |
parent | 5839635add286ff7307a06486d2d49b46e14ec7b (diff) |
mainboard: Strip out some dead includes
Change-Id: I0079fa089ba863c6e447bcee3440a7e0ba0f2372
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/7429
Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/hp')
-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 474190b909..a2269a6f96 100644 --- a/src/mainboard/hp/dl165_g6_fam10/romstage.c +++ b/src/mainboard/hp/dl165_g6_fam10/romstage.c @@ -50,7 +50,6 @@ #include "superio/nsc/pc87417/early_serial.c" #include "cpu/x86/bist.h" #include "northbridge/amd/amdfam10/debug.c" -//#include "northbridge/amd/amdfam10/setup_resource_map.c" #include "southbridge/broadcom/bcm5785/early_setup.c" #define SERIAL_DEV PNP_DEV(0x2e, PILOT_SP1) |