From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 16 Dec 2014 09:18:52 -0800 Subject: [U-Boot] [PATCH] net/fm: update ft_fixup_port to differentiate dual-role mac In-Reply-To: <1417591623-22258-1-git-send-email-Shengzhou.Liu@freescale.com> References: <1417591623-22258-1-git-send-email-Shengzhou.Liu@freescale.com> Message-ID: <5490697C.2060704@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 12/02/2014 11:27 PM, Shengzhou Liu wrote: > we need to differentiate dual-role MACs into two types: MACs with > 10GEC enumeration consistent with DTSEC enumeration(defined by > CONFIG_FSL_FM_10GEC_REGULAR_NOTATION) and other MACs without > CONFIG_FSL_FM_10GEC_REGULAR_NOTATION defined. > > Signed-off-by: Shengzhou Liu > --- Applied to u-boot-mpc85xx master, awaiting upstream. York