summaryrefslogtreecommitdiff
path: root/src/northbridge/amd/pi/00670F00/dimmSpd.c
diff options
context:
space:
mode:
authorMarc Jones <marcj303@gmail.com>2016-09-20 20:30:17 -0600
committerMartin Roth <martinroth@google.com>2016-11-02 18:37:29 +0100
commitaa31f999e9835945f3603c778248dcf67276906d (patch)
tree9ce0b3a514c25b18ad2a46bd4f66557d74ddcc72 /src/northbridge/amd/pi/00670F00/dimmSpd.c
parent2cd67b72746d36186b42f068627e7d2c46e1aecf (diff)
downloadcoreboot-aa31f999e9835945f3603c778248dcf67276906d.tar.xz
northbridge/amd: Update all names and IDs for 00670F00
Modify the new Stoney support files to match the APU's IDs and codename. Original-Signed-off-by: Marc Jones <marcj303@gmail.com> Original-Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com> (cherry picked from commit de626730758def76e558294762a06d8ec9950cb9) Change-Id: Idc914bc80a27ac13426fdf00fc3f578ce072086f Signed-off-by: Marc Jones <marcj303@gmail.com> Reviewed-on: https://review.coreboot.org/17143 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/northbridge/amd/pi/00670F00/dimmSpd.c')
-rw-r--r--src/northbridge/amd/pi/00670F00/dimmSpd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/northbridge/amd/pi/00670F00/dimmSpd.c b/src/northbridge/amd/pi/00670F00/dimmSpd.c
index 5c81f36f2c..e0d67d7fb6 100644
--- a/src/northbridge/amd/pi/00670F00/dimmSpd.c
+++ b/src/northbridge/amd/pi/00670F00/dimmSpd.c
@@ -1,7 +1,7 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2015 Advanced Micro Devices, Inc.
+ * Copyright (C) 2015 - 2016 Advanced Micro Devices, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -28,7 +28,7 @@ AGESA_STATUS AmdMemoryReadSPD (UINT32 unused1, UINT32 unused2, AGESA_READ_SPD_PA
{
int spdAddress;
ROMSTAGE_CONST struct device *dev = dev_find_slot(0, PCI_DEVFN(0x18, 2));
- ROMSTAGE_CONST struct northbridge_amd_pi_00660F01_config *config = dev->chip_info;
+ ROMSTAGE_CONST struct northbridge_amd_pi_00670F00_config *config = dev->chip_info;
if ((dev == 0) || (config == 0))
return AGESA_ERROR;