Fix gcc 4.6.1 breakage of southbridge/amd/sr5650/pcie.c.

Change-Id: I3ccb3860207e1b3ccac4313f7b537c434af5166f
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/360
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins)
Reviewed-by: Rudolf Marek <r.marek@assembler.cz>
This commit is contained in:
Stefan Reinauer 2011-10-30 20:30:48 +01:00 committed by Rudolf Marek
parent 54a5aedec6
commit af3dce981d
1 changed files with 2 additions and 2 deletions

View File

@ -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];