summaryrefslogtreecommitdiff
path: root/src/mainboard/gigabyte/ma785gmt/mptable.c
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2019-01-03 11:38:40 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-01-04 17:20:38 +0000
commit0571afe5d2b576f8e89eaabf4bbd0f7a31fd0a62 (patch)
tree38013f7c805f6d035d33ba57765c7eab447cc0f3 /src/mainboard/gigabyte/ma785gmt/mptable.c
parentc0b1be0ba1d0c87d9670e695c60eeb6ec901a2d8 (diff)
downloadcoreboot-0571afe5d2b576f8e89eaabf4bbd0f7a31fd0a62.tar.xz
amdfam10 boards: Drop extern on bus_rs780 and sbdn_rs780
Change-Id: I7dc943f3376e9b706d3d486231525df85f806858 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/30631 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/gigabyte/ma785gmt/mptable.c')
-rw-r--r--src/mainboard/gigabyte/ma785gmt/mptable.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/gigabyte/ma785gmt/mptable.c b/src/mainboard/gigabyte/ma785gmt/mptable.c
index e2b28900fa..4ea9e66913 100644
--- a/src/mainboard/gigabyte/ma785gmt/mptable.c
+++ b/src/mainboard/gigabyte/ma785gmt/mptable.c
@@ -20,12 +20,10 @@
#include <stdint.h>
#include <cpu/amd/amdfam10_sysconf.h>
-extern u8 bus_rs780[11];
extern u8 bus_sb700[2];
extern u32 apicid_sb700;
-extern u32 sbdn_rs780;
extern u32 sbdn_sb700;
static void *smp_write_config_table(void *v)