diff options
author | Myles Watson <mylesgw@gmail.com> | 2010-08-20 20:45:04 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2010-08-20 20:45:04 +0000 |
commit | 3613d05e24514d7e2b6db96f85076a13b0502932 (patch) | |
tree | a587b90cf36708172ffdeda42bec83611adcb41f /src/mainboard | |
parent | 37106a762a2158003c6267873fd6ebc1ec5d685e (diff) | |
download | coreboot-3613d05e24514d7e2b6db96f85076a13b0502932.tar.xz |
Remove a couple of warnings. Trivial.
Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5724 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/hp/dl145_g1/mptable.c | 2 | ||||
-rw-r--r-- | src/mainboard/hp/dl145_g1/romstage.c | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/hp/dl145_g1/mptable.c b/src/mainboard/hp/dl145_g1/mptable.c index 614ef48ba9..8e76057647 100644 --- a/src/mainboard/hp/dl145_g1/mptable.c +++ b/src/mainboard/hp/dl145_g1/mptable.c @@ -29,8 +29,6 @@ static void *smp_write_config_table(void *v) unsigned char bus_num; - int i; - mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN); memset(mc, 0, sizeof(*mc)); diff --git a/src/mainboard/hp/dl145_g1/romstage.c b/src/mainboard/hp/dl145_g1/romstage.c index f9f0def783..9c126af36d 100644 --- a/src/mainboard/hp/dl145_g1/romstage.c +++ b/src/mainboard/hp/dl145_g1/romstage.c @@ -95,7 +95,6 @@ static inline int spd_read_byte(unsigned device, unsigned address) #include "northbridge/amd/amdk8/raminit.c" #include "resourcemap.c" -#include "northbridge/amd/amdk8/resourcemap.c" #include "northbridge/amd/amdk8/coherent_ht.c" #include "lib/generic_sdram.c" |