diff options
-rw-r--r-- | src/northbridge/amd/agesa/family14/dimmSpd.c | 3 | ||||
-rw-r--r-- | src/northbridge/amd/agesa/family15/dimmSpd.c | 3 |
2 files changed, 0 insertions, 6 deletions
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 <northbridge/amd/agesa/dimmSpd.h> -/* 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 <northbridge/amd/agesa/dimmSpd.h> -/* 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. |