[U-Boot] [PATCH 21/23] boston: Enable Realtek ethernet PHY support
Paul Burton
paul.burton at imgtec.com
Mon Sep 26 20:29:15 CEST 2016
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 at 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
More information about the U-Boot
mailing list