commit | 6315349202ead02aec4774f6ede5d2ae490eae63 | [log] [tgz] |
---|---|---|
author | wdenk <wdenk> | Sun Apr 03 20:55:38 2005 +0000 |
committer | wdenk <wdenk> | Sun Apr 03 20:55:38 2005 +0000 |
tree | 7d4d289dfc227f2a3120bf26de8f466bd7a4e4aa | |
parent | 3ec924a3cb7bc3b37be9adec695d7c3d563b3d2c [diff] [blame] |
Patch by David Adair, 27 Oct 2004: Add missing 440GX SDRAM Controller reset
diff --git a/net/net.c b/net/net.c index 7c3744d..8e5dbd6 100644 --- a/net/net.c +++ b/net/net.c
@@ -506,8 +506,8 @@ thand_f *x; #if defined(CONFIG_MII) || (CONFIG_COMMANDS & CFG_CMD_MII) -# if defined(CFG_FAULT_ECHO_LINK_DOWN) && - defined(CONFIG_STATUS_LED) && +# if defined(CFG_FAULT_ECHO_LINK_DOWN) && \ + defined(CONFIG_STATUS_LED) && \ defined(STATUS_LED_RED) /* * Echo the inverted link state to the fault LED.