From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Gardiner Date: Tue, 11 Jan 2011 14:48:15 -0500 Subject: [U-Boot] [PATCH 0/2] ea20: build fixes Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de There are two separate issues causing failure of ea20 builds. I discovered them while trying to build a da850evm load with RMII support. The second patch affects all boards that could use CONFIG_DRIVER_TI_EMAC_USE_RMII of which ea20 is the only one set default in u-boot. The first patch fixes the second problem I ran into trying to build ea20 after developping the RMII patch. Ben Gardiner (2): ea20: fix libea20.o not found ea20: fix undefined PHY_* errors board/davinci/ea20/Makefile | 2 +- drivers/net/davinci_emac.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)