Re: [U-Boot] [PATCH] powerpc/t1040rdb: added a break in switch case

2014-04-23 Thread York Sun
On 04/10/2014 09:12 PM, shh@gmail.com wrote: > From: Shaohui Xie > > There should be a break for case PHY_INTERFACE_MODE_SGMII, otherwise it > will fall into case PHY_INTERFACE_MODE_RGMII. > > Signed-off-by: Shaohui Xie > --- Applied to u-boot-mpc85xx/master, thanks. York __

[U-Boot] [PATCH] powerpc/t1040rdb: added a break in switch case

2014-04-10 Thread shh.xie
From: Shaohui Xie There should be a break for case PHY_INTERFACE_MODE_SGMII, otherwise it will fall into case PHY_INTERFACE_MODE_RGMII. Signed-off-by: Shaohui Xie --- board/freescale/t104xrdb/eth.c | 1 + 1 file changed, 1 insertion(+) diff --git a/board/freescale/t104xrdb/eth.c b/board/frees