From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 23 Apr 2014 15:38:02 -0700 Subject: [U-Boot] [PATCH] ar8031: modify the config func of ar8031 to ar8021_config In-Reply-To: <1398047364-35917-1-git-send-email-B45475@freescale.com> References: <1398047364-35917-1-git-send-email-B45475@freescale.com> Message-ID: <535840CA.7090903@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/20/2014 07:29 PM, Zhao Qiang wrote: > ar8031 has the same config steps with ar8021, so change its > config func to ar8021_config instead of genphy_config. > > Signed-off-by: Zhao Qiang > --- Applied to u-boot-mpc85xx/master, thanks. York