projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cda192d
)
sunxi: Enable realtek phy support
author
Hans de Goede
<hdegoede@redhat.com>
Wed, 16 Mar 2016 12:46:22 +0000
(13:46 +0100)
committer
Hans de Goede
<hdegoede@redhat.com>
Wed, 23 Mar 2016 21:04:13 +0000
(22:04 +0100)
Enable building of drivers/net/phy/realtek.c so that realtek phys
get properly initialized.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
include/configs/sunxi-common.h
patch
|
blob
|
history
diff --git
a/include/configs/sunxi-common.h
b/include/configs/sunxi-common.h
index b26363d69b9a0786de8c555940f8a9a7fca519ea..ea15e3716dccc6483cb8da5b461e01897138feca 100644
(file)
--- a/
include/configs/sunxi-common.h
+++ b/
include/configs/sunxi-common.h
@@
-310,6
+310,7
@@
extern int soft_i2c_gpio_scl;
#define CONFIG_PHY_GIGE /* GMAC can use gigabit PHY */
#define CONFIG_PHY_ADDR 1
#define CONFIG_MII /* MII PHY management */
+#define CONFIG_PHY_REALTEK
#endif
#ifdef CONFIG_USB_EHCI_HCD