[U-Boot] [PATCH v2 7/9] arc: add AXS101 board support
Alexey Brodkin
abrodkin at synopsys.com
Thu Jan 30 14:36:25 CET 2014
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 at 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
More information about the U-Boot
mailing list