[U-Boot-Users] how to program u-boot to flash?

Aric Wang Aric_Wang at Jabil.com
Wed Jul 28 11:15:27 CEST 2004


#define CONFIG_COMMANDS         (CONFIG_CMD_DFL & ~CFG_CMD_NET)

Yes, I saw this. It should mean that no network command is supported. I
think that mean no network function is supported too.

I change the line to :

#define CONFIG_COMMANDS         (CONFIG_CMD_DFL)

and compile failed.

Regards,
-Aric


In message
<2A5969FA1F2BAE48BA505A2BD83BD965020E5B5C at shamsg10.corp.jabil.org> you
wrote:
> It's ok now. Nothing is changed from u-boot-1.1.1. I don't know why.

I don't know either.

> BTW, does u-boot 1.1.1 for ixdp425 already support ethernet?

What do you see when checking the board config file?

...
#define CONFIG_COMMANDS         (CONFIG_CMD_DFL & ~CFG_CMD_NET)
...

Guess what this means...

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
No more blah, blah, blah!
	-- Kirk, "Miri", stardate 2713.6





More information about the U-Boot mailing list