Re: [coreboot] [PATCH] fix compiler warning

2010-11-13 Thread Patrick Georgi
Am 29.10.2010 07:58, schrieb Nathan Williams: > Trivial fix to remove compiler warning Thank you for the patch. However, I think it has a risk of hiding real issues. Right now, the only case where spd_byte is uninitialized is the "else" clause, which runs into an endless loop (via hcf()). Your gcc

[coreboot] [PATCH] fix compiler warning

2010-10-28 Thread Nathan Williams
Trivial fix to remove compiler warning src/northbridge/amd/lx/raminit.c:302: warning: ‘spd_byte’ may be used uninitialized in this function Signed-off-by: Nathan Williams diff --git a/src/northbridge/amd/lx/raminit.c b/src/northbridge/amd/lx/raminit.c index 7240898..1dd6d19 100644 --- a/src/no