diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-01-03 11:38:59 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-01-04 17:23:17 +0000 |
commit | b30e2bfe34836261d2e807c301f6b5542df8c360 (patch) | |
tree | 1d7bccf68e142c6c6a95dd9370a68efb93906c6b /src/mainboard/asus/kcma-d8/mptable.c | |
parent | 21c60fa2b2907776e2faee5bf39e6c8a8d4c4f65 (diff) |
amdfam10 boards: Drop array bus_sp5100
Only bus_sp5100[0] is evaluated.
Change-Id: I42a5040ea70a84fb674f2c616c6eba7b23dcdc29
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/30645
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/asus/kcma-d8/mptable.c')
-rw-r--r-- | src/mainboard/asus/kcma-d8/mptable.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/asus/kcma-d8/mptable.c b/src/mainboard/asus/kcma-d8/mptable.c index 68b90b0877..44ba1567ae 100644 --- a/src/mainboard/asus/kcma-d8/mptable.c +++ b/src/mainboard/asus/kcma-d8/mptable.c @@ -21,8 +21,6 @@ #include <stdint.h> #include <cpu/amd/amdfam10_sysconf.h> -extern u8 bus_sp5100[2]; - extern u32 apicid_sp5100; |