Edward O'Callaghan (eocallaghan@alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8017
-gerrit
commit 4c581692819249d030bdd5f009f5dceb46603fd1 Author: Edward O'Callaghan eocallaghan@alterapraxis.com Date: Thu Jan 1 04:09:04 2015 +1100
northbridge/amd/agesa/family1{4,5}: Remove cruff 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 --- src/northbridge/amd/agesa/family14/dimmSpd.c | 3 --- src/northbridge/amd/agesa/family15/dimmSpd.c | 3 --- 2 files changed, 6 deletions(-)
diff --git a/src/northbridge/amd/agesa/family14/dimmSpd.c b/src/northbridge/amd/agesa/family14/dimmSpd.c index 6ca2ce1..bee2c7e 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 bf8e59e..201f293 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.