diff options
Diffstat (limited to 'board/renesas/stout/stout.c')
-rw-r--r-- | board/renesas/stout/stout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/renesas/stout/stout.c b/board/renesas/stout/stout.c index 85e30db635f..7c515950d67 100644 --- a/board/renesas/stout/stout.c +++ b/board/renesas/stout/stout.c @@ -112,7 +112,7 @@ int dram_init_banksize(void) /* Stout has KSZ8041NL/RNL */ #define PHY_CONTROL1 0x1E -#define PHY_LED_MODE 0xC0000 +#define PHY_LED_MODE 0xC000 #define PHY_LED_MODE_ACK 0x4000 int board_phy_config(struct phy_device *phydev) { |