Add missing instruction break.
Signed-off-by: Zheng Bao <zheng.bao@amd.com> Acked-by: Zheng Bao <zheng.bao@amd.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6155 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
abebf5ca92
commit
4a778db86e
|
@ -1298,7 +1298,6 @@ void rs780_gfx_init(device_t nb_dev, device_t dev, u32 port)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 2:
|
case 2:
|
||||||
|
|
||||||
if(is_dev3_present()){
|
if(is_dev3_present()){
|
||||||
/* step 1, lane reversal (only need if CMOS option is enabled) */
|
/* step 1, lane reversal (only need if CMOS option is enabled) */
|
||||||
if (cfg->gfx_lane_reversal) {
|
if (cfg->gfx_lane_reversal) {
|
||||||
|
@ -1332,6 +1331,7 @@ void rs780_gfx_init(device_t nb_dev, device_t dev, u32 port)
|
||||||
printk(BIOS_DEBUG, "If dev3.., single port. Do nothing.\n");
|
printk(BIOS_DEBUG, "If dev3.., single port. Do nothing.\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
printk(BIOS_INFO, "Incorrect configuration of external GFX slot.\n");
|
printk(BIOS_INFO, "Incorrect configuration of external GFX slot.\n");
|
||||||
|
|
Loading…
Reference in New Issue