diff options
author | Tom Rini | 2017-11-09 08:11:40 -0500 |
---|---|---|
committer | Tom Rini | 2017-11-09 08:11:40 -0500 |
commit | 1c4043e53236d94f217e98625ea201690e85f56d (patch) | |
tree | 0436cc07afe319cf42a4a26622c0e28508bd6863 /include | |
parent | 3c674b7e871f49737749c76cccffb9f2ada01586 (diff) | |
parent | 6270a3f035d0bdb5d2283dff4bb568d36ab4c0e3 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/sunxi-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index 4207398eb90..4391a8cbc82 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 |