
6 Aug
2008
6 Aug
'08
4:11 p.m.
Hi Ben,
On Wed, Aug 6, 2008 at 3:22 PM, Ben Warren biggerbadderben@gmail.com wrote:
Hi Magnus,
On Wed, Aug 6, 2008 at 5:19 AM, Magnus Lilja lilja.magnus@gmail.com wrote:
Add support for NAND and ethernet on the Freescale i.MX31 PDK (a.k.a. 3DS) board.
Booting from NAND is not supported yet so U-boot relies on some other initial boot loader to set up SDRAM and clocks and copying U-boot to SDRAM.
Signed-off-by: Magnus Lilja lilja.magnus@gmail.com
<snip> > +#define CONFIG_NETMASK 255.255.255.0 > +#define CONFIG_IPADDR 192.168.23.168 > +#define CONFIG_SERVERIP 192.168.23.2 Please remove default network parms
Will do!
Thanks, Magnus