From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 23 Apr 2014 15:34:10 -0700 Subject: [U-Boot] [PATCH] powerpc/t1040rdb: added a break in switch case In-Reply-To: <1397189550-26581-1-git-send-email-shh.xie@gmail.com> References: <1397189550-26581-1-git-send-email-shh.xie@gmail.com> Message-ID: <53583FE2.8080505@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/10/2014 09:12 PM, shh.xie at 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