From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chin Liang See Date: Mon, 7 Dec 2015 20:10:39 +0800 Subject: [U-Boot] [PATCH 3/7] arm: socfpga: arria5-socdk: Remove Micrel PHY configuration In-Reply-To: <1449348111-18341-3-git-send-email-marex@denx.de> References: <1449348111-18341-1-git-send-email-marex@denx.de> <1449348111-18341-3-git-send-email-marex@denx.de> Message-ID: <1449490239.1803.1.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/altera/arria5-socdk/socfpga.c | 40 ------------------------ > ---------- > include/configs/socfpga_arria5_socdk.h | 7 ------ > 2 files changed, 47 deletions(-) > Acked-by: Chin Liang See Thanks Chin Liang