
Hello Wolfgang,
On Wed, 2014-01-29 at 21:09 +0100, Wolfgang Denk wrote:
Dear Alexey Brodkin,
In message 1391011745-22239-8-git-send-email-abrodkin@synopsys.com you wrote:
AXS101 is a new generation of devlopment boards from Synopsys that houses ASIC with ARC700 and lots of DesignWare peripherals:
....
+#define CONFIG_HOSTNAME axs101 +#define CONFIG_ETHADDR 4a:56:49:22:3e:43 +#define CONFIG_IPADDR 10.121.8.200 +#define CONFIG_SERVERIP 10.121.8.31 +#define CONFIG_GATEWAYIP 10.121.8.1 +#define CONFIG_NETMASK 255.255.255.0
We do not allow any such fixed network parameters in the board config headers.
I see tons of boards do have these parameters set in "include/configs/xxx".
I may indeed remove them in from my board but why keep it in others? So people won't be confused any longer.
Regards, Alexey