]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/t1040rdb: added a break in switch case
authorShaohui Xie <Shaohui.Xie@freescale.com>
Fri, 11 Apr 2014 04:12:30 +0000 (12:12 +0800)
committerYork Sun <yorksun@freescale.com>
Wed, 23 Apr 2014 00:58:52 +0000 (17:58 -0700)
commitb0615f0bd22abc575824a0e20d1192913b77e282
tree446531abbf733d1f185c8b1fbe04c658d0d412f8
parente2c9bc5ea6e0ff318d8e6ea27dc37826b6627a95
powerpc/t1040rdb: added a break in switch case

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 <Shaohui.Xie@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
board/freescale/t104xrdb/eth.c