Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/4b00d025585819f2b86b74def61471f766e82768 You should set ROOT_URL correctly, otherwise the web may not work correctly.

include: configs: am335x: add Atheros phy support

In AM335x GP EVM, Atheros 8031 phy is used, enable the driver as
AM335x SoC RGMII delay mode has to be enabled in phy as mentioned
in the silicon errata Advisory 1.0.10

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
master
Mugunthan V N 9 years ago committed by Joe Hershberger
parent ce412b79e7
commit 4b00d02558
  1. 2
      include/configs/am335x_evm.h

@ -432,6 +432,8 @@
#define CONFIG_PHY_GIGE
#define CONFIG_PHYLIB
#define CONFIG_PHY_SMSC
/* Enable Atheros phy driver */
#define CONFIG_PHY_ATHEROS
/*
* NOR Size = 16 MiB

Loading…
Cancel
Save