On Wednesday, December 08, 2010 05:04:42 Wolfgang Denk wrote:
> Mike Frysinger wrote:
> > seems that some todo items are missing, or not well implied.  for
> > example, it seems that gd->env_addr needs to be punted, and these
> > functions get a "_f" appended to their name since they only work on
> > default_environment[] now:
> >     env_get_addr()
> >     env_get_char()
> >     env_get_char_memory()
> >     envmatch()
> 
> I'm not sure I understand what you mean.
> 
> These functions not NOT only operate on the default_environment[];
> they are also used to access the normal environment before
> relocation.

my point is that they cannot be used after relocation and once the env is 
moved into the hash table.  currently, they dont return any errors if someone 
attempts to do so and while it might seem like the funcs are working, they 
only parse the default env.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to