Re: [U-Boot] [PATCH v2] Make getenv_IPaddr() global

2010-01-17 Thread Wolfgang Denk
Dear Dirk Behme, In message 1262504038-21479-1-git-send-email-dirk.be...@googlemail.com you wrote: There are boards out there that do not have network support in U-Boot (CONFIG_CMD_NET not set), but they do so in Linux. This makes it desirable to be able to port network configuration (like

Re: [U-Boot] [PATCH v2] Make getenv_IPaddr() global

2010-01-15 Thread Dirk Behme
On 07.01.2010 19:31, Ben Warren wrote: Dirk Behme wrote: There are boards out there that do not have network support in U-Boot (CONFIG_CMD_NET not set), but they do so in Linux. This makes it desirable to be able to port network configuration (like the IP address) to the Linux kernel. We

Re: [U-Boot] [PATCH v2] Make getenv_IPaddr() global

2010-01-07 Thread Ben Warren
Dirk Behme wrote: There are boards out there that do not have network support in U-Boot (CONFIG_CMD_NET not set), but they do so in Linux. This makes it desirable to be able to port network configuration (like the IP address) to the Linux kernel. We should not make the passing of the IP

[U-Boot] [PATCH v2] Make getenv_IPaddr() global

2010-01-02 Thread Dirk Behme
There are boards out there that do not have network support in U-Boot (CONFIG_CMD_NET not set), but they do so in Linux. This makes it desirable to be able to port network configuration (like the IP address) to the Linux kernel. We should not make the passing of the IP configuration to Linux