From: Fabio Estevam Date: Sat, 20 Sep 2014 23:05:36 +0000 (-0300) Subject: cm_fx6: Remove CONFIG_NETMASK X-Git-Tag: v2014.10~3^2~19^2~61 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e425436ca83e3c285000d53acc1700b63d39893b;p=oweals%2Fu-boot.git cm_fx6: Remove CONFIG_NETMASK We should not hardcode CONFIG_NETMASK in the config file. Signed-off-by: Fabio Estevam Acked-by: Igor Grinberg Acked-by: Nikita Kiryanov --- diff --git a/include/configs/cm_fx6.h b/include/configs/cm_fx6.h index 10d02b4e18..7cf241e31d 100644 --- a/include/configs/cm_fx6.h +++ b/include/configs/cm_fx6.h @@ -222,7 +222,6 @@ #define CONFIG_MII #define CONFIG_ETHPRIME "FEC0" #define CONFIG_ARP_TIMEOUT 200UL -#define CONFIG_NETMASK 255.255.255.0 #define CONFIG_NET_RETRY_COUNT 5 /* USB */