aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/agesa/hudson
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2014-11-21 08:40:55 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2014-12-03 08:04:18 +0100
commit2fd006a3e335570fda1e3b2bf00288103e9fac6d (patch)
tree5ac80e777999d935153ffb02e68ef2faab823b2e /src/southbridge/amd/agesa/hudson
parent7d8cde756e0e4d1fc14734eca721e4a55046b2d1 (diff)
AGESA Hudson/Yangtze: Remove unused GPP configuration in devicetree
GPP config from devicetree.cb is not implemented for fam15tn/fam16kb. Also only for asus/f2a85-m the configuration value matched the actual programming. Change-Id: Ic7a9aa1360f4ba35d202f3f7dd1fc3c20a52dde0 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/7600 Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/southbridge/amd/agesa/hudson')
-rw-r--r--src/southbridge/amd/agesa/hudson/chip.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/southbridge/amd/agesa/hudson/chip.h b/src/southbridge/amd/agesa/hudson/chip.h
index 21b8cd2dbc..4a832ff7a3 100644
--- a/src/southbridge/amd/agesa/hudson/chip.h
+++ b/src/southbridge/amd/agesa/hudson/chip.h
@@ -22,7 +22,6 @@
struct southbridge_amd_agesa_hudson_config
{
- u8 gpp_configuration;
u8 sd_mode;
};