From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Brodkin Date: Mon, 13 Jan 2014 11:25:10 +0000 Subject: [U-Boot] [PATCH] net/designware - switch driver to phylib usage In-Reply-To: <1389611501-9964-1-git-send-email-abrodkin@synopsys.com> References: <1389611501-9964-1-git-send-email-abrodkin@synopsys.com> Message-ID: <1389612310.3234.3.camel@abrodkin-8560l> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Completely forgot to mention that there's a prerequisite (http://patchwork.ozlabs.org/patch/309319/): ====== [PATCH] net: execute "miiphy_init" if CONFIG_PHYLIB defined ====== This makes sure that phylib will be correctly initialized even if there's no explicit mention of either entry in board configuration: * CONFIG_MII * CONFIG_CMD_MII Even though all existing boards do have CONFIG_MII set still it's good to have all missing parts in place. -Alexey