diff options
author | Tom Rini <trini@konsulko.com> | 2017-09-01 13:30:19 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-09-01 13:30:19 -0400 |
commit | 0b6e5b2c48f91afec21870502761e27961ac061c (patch) | |
tree | 0e8b8e618cb3ec432643a628be4eb3bcba10991c /include | |
parent | 1d20170467b079642be96996dcd71db64c3c365c (diff) | |
parent | 6ff005cf19363382fc867d7876a75fd8a386e894 (diff) |
Merge 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 212862acd1..1373b1f037 100644 --- a/include/configs/sunxi-common.h +++ b/include/configs/sunxi-common.h @@ -294,7 +294,7 @@ extern int soft_i2c_gpio_scl; #define CONFIG_MII /* MII PHY management */ #endif -#ifdef CONFIG_SUNXI_GMAC +#ifdef CONFIG_SUN7I_GMAC #define CONFIG_PHY_ADDR 1 #define CONFIG_MII /* MII PHY management */ #define CONFIG_PHY_REALTEK |