
Hi Mike,
Am Donnerstag, den 26.01.2012, 22:58 -0500 schrieb Mike Frysinger:
On Saturday 21 January 2012 16:02:54 Stephan Linz wrote:
NET_MULTI enables to use several ethernet drivers but microblaze-generic platform config file select only one driver.
NET_MULTI no longer exists because the code is always enabled now :)
right, that is not defined anywhere -- the comment means that we will use the multipple network interface support from U-Boot. I can write a more precise comment ...
#define CONFIG_ETHADDR 00:E0:0C:00:00:FD +#define CONFIG_ETH1ADDR 00:E0:0C:00:00:FC
err, i think these need to get dropped. boards should not be hardcoding mac addresses in their configs.
OK, I think so too. I can left at least one MAC address as it was in the original board configuration. I think we need this for a rapid system startup without a default configuration in ROM. IMHO there are many many boards that are going this way ...