From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chin Liang See Date: Mon, 7 Dec 2015 20:14:07 +0800 Subject: [U-Boot] [PATCH 6/7] arm: socfpga: sockit: Remove Micrel PHY configuration In-Reply-To: <1449348111-18341-6-git-send-email-marex@denx.de> References: <1449348111-18341-1-git-send-email-marex@denx.de> <1449348111-18341-6-git-send-email-marex@denx.de> Message-ID: <1449490447.1803.4.camel@altera.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 Sat, 2015-12-05 at 21:41 +0100, Marek Vasut wrote: > The Micrel PHY configuration is now done from OF, so hard-coding > the configuration into the board file is no longer necessary. > > Signed-off-by: Marek Vasut > Cc: Joe Hershberger > Cc: Chin Liang See > Cc: Dinh Nguyen > --- > board/terasic/sockit/socfpga.c | 40 ------------------------------ > ---------- > include/configs/socfpga_sockit.h | 7 ------- > 2 files changed, 47 deletions(-) > > Reviewed-by: Chin Liang See Thanks Chin Liang