diff options
Diffstat (limited to 'lib_ppc')
-rw-r--r-- | lib_ppc/board.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib_ppc/board.c b/lib_ppc/board.c index c6f5b18..e46b8a9 100644 --- a/lib_ppc/board.c +++ b/lib_ppc/board.c @@ -905,7 +905,8 @@ void board_init_r (gd_t *id, ulong dest_addr) defined(CONFIG_PCU_E) || \ defined(CONFIG_RPXSUPER) || \ defined(CONFIG_STXGP3) || \ - defined(CONFIG_SPD823TS) ) + defined(CONFIG_SPD823TS) || \ + defined(CONFIG_RESET_PHY_R) ) WATCHDOG_RESET (); debug ("Reset Ethernet PHY\n"); |