diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-09-20 20:05:36 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-09-22 15:39:22 +0200 |
commit | e425436ca83e3c285000d53acc1700b63d39893b (patch) | |
tree | 6934f25b7e0ae5c6e7491c8bb3e47c3008a4eb7f | |
parent | 0fdfafd225a0cead05a0b332f189c2f667b5f1d6 (diff) | |
download | u-boot-imx-e425436ca83e3c285000d53acc1700b63d39893b.zip u-boot-imx-e425436ca83e3c285000d53acc1700b63d39893b.tar.gz u-boot-imx-e425436ca83e3c285000d53acc1700b63d39893b.tar.bz2 |
cm_fx6: Remove CONFIG_NETMASK
We should not hardcode CONFIG_NETMASK in the config file.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>
Acked-by: Nikita Kiryanov <nikita@compulab.co.il>
-rw-r--r-- | include/configs/cm_fx6.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/cm_fx6.h b/include/configs/cm_fx6.h index 10d02b4..7cf241e 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 */ |