From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peng Fan Date: Tue, 24 May 2016 21:02:45 +0800 Subject: [U-Boot] [PATCH] imx: mx6qsabreauto: drop duplicated net phy configuration In-Reply-To: References: <1464092927-3044-1-git-send-email-van.freenix@gmail.com> Message-ID: <20160524130242.GA3887@linux-7smt.suse> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Fabio, On Tue, May 24, 2016 at 09:32:31AM -0300, Fabio Estevam wrote: >On Tue, May 24, 2016 at 9:28 AM, Peng Fan wrote: >> In 'commit d584c68ce0f5bf2f430ccfb2ba00bd506206fb91', > >In the future, please use the following format when referencing commit IDs: >d584c68ce ("phy: atheros: Use ar8035_config for AR8031") Thanks. Will follow this in future patches. Thanks, Peng. > >> ar8031 is changed to use ar8035_config. ar8035_config >> actually does the same thing as mx6_rgmii_rework, so >> drop mx6_rgmii_rework and board_phy_config. >> >> Signed-off-by: Peng Fan >> Cc: Fabio Estevam >> Cc: Stefano Babic > >Reviewed-by: Fabio Estevam