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

28 Jul
2004
28 Jul
'04
11:15 a.m.
#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@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@denx.de
No more blah, blah, blah!
-- Kirk, "Miri", stardate 2713.6
7587
Age (days ago)
7587
Last active (days ago)
0 comments
1 participants
participants (1)
-
Aric Wang