
26 Sep
2016
26 Sep
'16
8:29 p.m.
The ethernet PHY used on the MIPS Boston development board is a Realtek RTL8211E. Enable support for it.
Signed-off-by: Paul Burton paul.burton@imgtec.com ---
include/configs/boston.h | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/include/configs/boston.h b/include/configs/boston.h index 7c6210e..9fa2714 100644 --- a/include/configs/boston.h +++ b/include/configs/boston.h @@ -79,4 +79,9 @@ (0xb8000000 + (128 << 20) - CONFIG_ENV_SIZE) #endif
+/* + * Ethernet + */ +#define CONFIG_PHY_REALTEK + #endif /* __CONFIGS_BOSTON_H__ */
--
2.10.0