summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-11-09 16:11:40 +0300
committerTom Rini <trini@konsulko.com>2017-11-09 16:11:40 +0300
commit1c4043e53236d94f217e98625ea201690e85f56d (patch)
tree0436cc07afe319cf42a4a26622c0e28508bd6863 /include
parent3c674b7e871f49737749c76cccffb9f2ada01586 (diff)
parent6270a3f035d0bdb5d2283dff4bb568d36ab4c0e3 (diff)
downloadu-boot-1c4043e53236d94f217e98625ea201690e85f56d.tar.xz
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
Diffstat (limited to 'include')
-rw-r--r--include/configs/sunxi-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
index 4207398eb9..4391a8cbc8 100644
--- a/include/configs/sunxi-common.h
+++ b/include/configs/sunxi-common.h
@@ -286,7 +286,7 @@ extern int soft_i2c_gpio_scl;
#endif /* CONFIG_VIDEO_SUNXI */
/* Ethernet support */
-#ifdef CONFIG_SUNXI_EMAC
+#ifdef CONFIG_SUN4I_EMAC
#define CONFIG_PHY_ADDR 1
#define CONFIG_MII /* MII PHY management */
#endif