"Das U-Boot" Source Tree
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

net: Add SYS_FAULT_MII_ADDR to Kconfig

The support found under SYS_FAULT_ECHO_LINK_DOWN requires that the
SYS_FAULT_MII_ADDR symbol also be set. This wasn't previously found in
Kconfig, so add it now.

Signed-off-by: Tom Rini <trini@konsulko.com>
Acked-by: Jerome Forissier <jerome.forissier@linaro.org>

authored by

Tom Rini and committed by
Jerome Forissier
f8220460 4cc1fe3f

+4 -3
-3
README
··· 1216 1216 the default environment is used; a new CRC is computed as soon as you 1217 1217 use the "saveenv" command to store a valid environment. 1218 1218 1219 - - CONFIG_SYS_FAULT_MII_ADDR: 1220 - MII address of the PHY to check for the Ethernet link state. 1221 - 1222 1219 - CONFIG_DISPLAY_BOARDINFO 1223 1220 Display information about the board that U-Boot is running on 1224 1221 when U-Boot starts up. The board function checkboard() is called
+4
net/Kconfig
··· 60 60 this option is active, then CONFIG_SYS_FAULT_MII_ADDR also needs to 61 61 be configured. 62 62 63 + config SYS_FAULT_MII_ADDR 64 + hex "MII address of the PHY to check for the Ethernet link state" 65 + depends on SYS_FAULT_ECHO_LINK_DOWN && LED_STATUS_RED_ENABLE 66 + 63 67 config TFTP_WINDOWSIZE 64 68 int "TFTP window size" 65 69 default 1