From: David Müller (ELSOFT AG) Date: Fri, 8 Jan 2016 08:39:20 +0000 (+0100) Subject: fs: handle the fileaddr variable in the same way as in the network case X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fu-boot.git;a=commitdiff_plain;h=e9cdf3b85e966aabc88517225e9a23ec0cc4ea8a fs: handle the fileaddr variable in the same way as in the network case Signed-off-by: David Müller --- diff --git a/fs/fs.c b/fs/fs.c index b2d6a53233..a2f1bf5d46 100644 --- a/fs/fs.c +++ b/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;