From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Grinberg Date: Sun, 21 Sep 2014 11:43:31 +0300 Subject: [U-Boot] [PATCH] cm_fx6: Remove CONFIG_NETMASK In-Reply-To: <1411254336-7397-1-git-send-email-festevam@gmail.com> References: <1411254336-7397-1-git-send-email-festevam@gmail.com> Message-ID: <541E8FB3.5040707@compulab.co.il> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/21/14 02:05, Fabio Estevam wrote: > From: Fabio Estevam > > We should not hardcode CONFIG_NETMASK in the config file. That is correct no doubts. > > Signed-off-by: Fabio Estevam Cc'd Nikita, Acked-by: Igor Grinberg > --- > include/configs/cm_fx6.h | 1 - > 1 file changed, 1 deletion(-) > > 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 */ > -- Regards, Igor.