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:
parent
de53bdf569
commit
9739846469
|
@ -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.
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue