From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 25 Nov 2013 13:00:29 -0800 Subject: [U-Boot] [PATCH] phy: introduce structure fixed-link In-Reply-To: <1384426831-8633-1-git-send-email-shh.xie@gmail.com> References: <1384426831-8633-1-git-send-email-shh.xie@gmail.com> Message-ID: <5293BA6D.9020700@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 11/14/2013 03:00 AM, shh.xie at gmail.com wrote: > From: Shaohui Xie > > fixed-link is used in kernel for PHY-less MAC, so introduce this > structure that U-boot can use it to fixup dtb dynamically. > > Signed-off-by: Shaohui Xie > --- Applied to u-boot-mpc85xx/master. Thanks. York