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 <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/8017
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
Edward O'Callaghan 2015-01-01 04:09:04 +11:00
parent de53bdf569
commit 9739846469
2 changed files with 0 additions and 6 deletions

View File

@ -30,9 +30,6 @@
#include <northbridge/amd/agesa/dimmSpd.h> #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 * Gets the SMBus address for an SPD from the array in devicetree.cb
* then read the SPD into the supplied buffer. * then read the SPD into the supplied buffer.

View File

@ -30,9 +30,6 @@
#include <northbridge/amd/agesa/dimmSpd.h> #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 * Gets the SMBus address for an SPD from the array in devicetree.cb
* then read the SPD into the supplied buffer. * then read the SPD into the supplied buffer.