diff options
author | Artturi Alm <artturi.alm@gmail.com> | 2017-11-08 05:08:57 +0200 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2017-11-09 14:39:09 +0530 |
commit | e286fada9d434cd211b56fa7a4b5ef8965577e7f (patch) | |
tree | d250c53eac89c2dddbd31d3122d0a53560ecea2c /include/configs | |
parent | 460b15adc9baab3dd403191b14c34647a24c1fcc (diff) |
sunxi: fix CONFIG_SUNXI_EMAC references
fixes CONFIG_SUNXI_EMAC references from drivers/net/Makefile and
include/configs/sunxi-common.h likely forgotten in:
commit abc3e4df59f5 ("sunxi: Convert SUNXI_EMAC to Kconfig")
Signed-off-by: Artturi Alm <artturi.alm@gmail.com>
Reviewed-by: Jagan Teki <jagan@openedev.com>
Diffstat (limited to 'include/configs')
-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 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 |