aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2017-08-24 11:10:50 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2017-08-28 14:38:04 +0000
commit8e0bc131c8790489507a90a39f7552e607398679 (patch)
tree12a58e5f745c29724173bb05eff44f043de4e9e3 /src/cpu/amd
parent7a10c9b10657cb8c02c11c2f73ff5cfaa262304c (diff)
AGESA f15: Remove f10 references
Vendorcode for f15 also has f10 support, so AMD_AGESA_FAMILY_10 was never selected. Change-Id: I9a026c36ace88f1110a52d7e24d3e6ab36508932 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/21184 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/cpu/amd')
-rw-r--r--src/cpu/amd/agesa/family15/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/amd/agesa/family15/romstage.c b/src/cpu/amd/agesa/family15/romstage.c
index c7101996f5..e2b58c8597 100644
--- a/src/cpu/amd/agesa/family15/romstage.c
+++ b/src/cpu/amd/agesa/family15/romstage.c
@@ -24,7 +24,7 @@
#include <northbridge/amd/agesa/agesa_helper.h>
#include <northbridge/amd/agesa/state_machine.h>
-#include "northbridge/amd/agesa/family10/reset_test.h"
+#include "northbridge/amd/agesa/family15/reset_test.h"
#include <nb_cimx.h>
#include <sb_cimx.h>