From 97398464695e17f76add7a5dcbf4622cec17826a Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Thu, 1 Jan 2015 04:09:04 +1100 Subject: northbridge/amd/agesa/family1{4,5}: Remove cruft from dimmSpd.c Remove useless comment pretaining to abusing pragma's for old GCC/GDB interaction issues. Change-Id: Ic83a0285ac947a23699a81a82b89de08a47ab052 Signed-off-by: Edward O'Callaghan Reviewed-on: http://review.coreboot.org/8017 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/northbridge/amd/agesa/family14/dimmSpd.c | 3 --- src/northbridge/amd/agesa/family15/dimmSpd.c | 3 --- 2 files changed, 6 deletions(-) (limited to 'src/northbridge/amd/agesa') diff --git a/src/northbridge/amd/agesa/family14/dimmSpd.c b/src/northbridge/amd/agesa/family14/dimmSpd.c index 6ca2ce1f55..bee2c7ebfe 100644 --- a/src/northbridge/amd/agesa/family14/dimmSpd.c +++ b/src/northbridge/amd/agesa/family14/dimmSpd.c @@ -30,9 +30,6 @@ #include -/* uncomment for source level debug - GDB gets really confused otherwise. */ -//#pragma optimize ("", off) - /** * Gets the SMBus address for an SPD from the array in devicetree.cb * then read the SPD into the supplied buffer. diff --git a/src/northbridge/amd/agesa/family15/dimmSpd.c b/src/northbridge/amd/agesa/family15/dimmSpd.c index bf8e59ea5d..201f293725 100644 --- a/src/northbridge/amd/agesa/family15/dimmSpd.c +++ b/src/northbridge/amd/agesa/family15/dimmSpd.c @@ -30,9 +30,6 @@ #include -/* uncomment for source level debug - GDB gets really confused otherwise. */ -//#pragma optimize ("", off) - /** * Gets the SMBus address for an SPD from the array in devicetree.cb * then read the SPD into the supplied buffer. -- cgit v1.2.3