mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
fs: handle the fileaddr variable in the same way as in the network case
Signed-off-by: David Müller <d.mueller@elsoft.ch>
This commit is contained in:
parent
35729218b8
commit
e9cdf3b85e
1 changed files with 1 additions and 0 deletions
1
fs/fs.c
1
fs/fs.c
|
|
@ -427,6 +427,7 @@ int do_load(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[],
|
|||
}
|
||||
puts("\n");
|
||||
|
||||
setenv_hex("fileaddr", addr);
|
||||
setenv_hex("filesize", len_read);
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue