
23 Sep
2009
23 Sep
'09
4:57 a.m.
-----Original Message----- From: Wolfgang Denk [mailto:wd@denx.de] Sent: Wednesday, September 23, 2009 2:58 AM To: Hu Mingkai-B21284 Cc: u-boot@lists.denx.de; Wood Scott-B07421; Gala Kumar-B11780 Subject: Re: [U-Boot] [PATCH v1 1/3] Make mmc init come before env_relocate
This has not been done so far, because it suffers from the fundamental problem your code is suffering from, too: you cannot access the environment early enough, so for example your board boots with a hard-wird, unchangable console baud rate, despite that you suggest to the user he could change it.
Got it.
I don't like that, and therefore tend to NAK the whole approach.
No problem, after all this patchset is not matured enough.
Thanks, Mingkai