[U-Boot-Users] Getting environment variables from downloaded application

Hi all,
Is there any easy way of getting the environment variables from a downloaded application or does the application have to pull the environment info from the storage location? There doesn't seem to be a stub function to return the environment and I don't see any other way of getting it.
Thanks /Randy

In message 20050602132415.XKEN1659.tomts14-srv.bellnexxia.net@mxmta.bellnexxia.net you wrote:
Is there any easy way of getting the environment variables from a downloaded application or does the application have to pull the environment info from the storage location? There doesn't seem to be
yes, add the required function stubs to the "systemcall" interface.
a stub function to return the environment and I don't see any other way of getting it.
You got it right. Just add the needed stubs.
Best regards,
Wolfgang Denk
participants (2)
-
rnoah@sympatico.ca
-
Wolfgang Denk