
20 Sep
2006
20 Sep
'06
10:42 a.m.
Hi everybody,
load-from-disk commands set the fileaddr and filesize environment variables upon completion. This patch adds the same functionality for load-from-network commands (BOOTP, TFTP, NFS, ...).
The fileaddr environment variable is set to the address at which the file has been loaded. The filesize environment variable is set to the size of the file in bytes.
This enables further commands to access the file (to copy it to flash memory for instance).
Laurent Pinchart