[U-Boot] [PATCH v2] fs: handle the fileaddr variable in the same way as in the network case
David Müller
d.mueller at elsoft.ch
Fri Jan 8 09:39:20 CET 2016
Signed-off-by: David Müller <d.mueller at elsoft.ch>
---
fs/fs.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/fs/fs.c b/fs/fs.c
index b2d6a53..a2f1bf5 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;
--
1.8.4
More information about the U-Boot
mailing list