Stefan Reinauer ([email protected]) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/360
-gerrit commit 87135886bc6558aaa43da2189da863362a488e45 Author: Stefan Reinauer <[email protected]> Date: Sun Oct 30 20:30:48 2011 +0100 Fix gcc 4.6.1 breakage of southbridge/amd/sr5650/pcie.c. Change-Id: I3ccb3860207e1b3ccac4313f7b537c434af5166f Signed-off-by: Stefan Reinauer <[email protected]> --- src/southbridge/amd/sr5650/pcie.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/southbridge/amd/sr5650/pcie.c b/src/southbridge/amd/sr5650/pcie.c index 37743ca..eebe711 100755 --- a/src/southbridge/amd/sr5650/pcie.c +++ b/src/southbridge/amd/sr5650/pcie.c @@ -370,8 +370,8 @@ static void gpp3a_cpl_buf_alloc(device_t nb_dev, device_t dev) slave_cpl = (u8 *)&pGpp111111; break; default: /* shouldn't be here. */ - printk(BIOS_DEBUG, "buggy gpp3a_configuration\n"); - break; + printk(BIOS_WARNING, "buggy gpp3a_configuration\n"); + return; } value = slave_cpl[dev_index - 4]; -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

