From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 24 May 2016 20:33:59 -0700 Subject: [U-Boot] [PATCH 1/2 v3] powerpc:t4240rdb: Disable the non-existent ethernet ports on T4240RDB In-Reply-To: <1461219826-44616-1-git-send-email-ying.zhang22455@nxp.com> References: <1461219826-44616-1-git-send-email-ying.zhang22455@nxp.com> Message-ID: <57451D27.5040904@nxp.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/20/2016 11:33 PM, ying.zhang22455 at nxp.com wrote: > From: Ying Zhang > > Disable the non-existent ethernet ports on T4240RDB:FM1_DTSEC5, > FM1_DTSEC6, FM2_DTSEC5 and FM2_DTSEC6. > > Signed-off-by: Ying Zhang > --- > [changed from v1]: > --- update the title. > [changed from v2]: > --- update the commit message. > > board/freescale/t4rdb/eth.c | 5 +++++ > 1 file changed, 5 insertions(+) Applied to u-boot-mpc85xx master branch, awaiting upstream. Thanks. York