commit | 4c1a9c54abd5e5bce42aa73a249a9f628fe2b74b | [log] [tgz] |
---|---|---|
author | Pavel Machek <pavel@denx.de> | Wed Jul 09 22:42:57 2014 +0200 |
committer | Tom Rini <trini@ti.com> | Tue Jul 22 07:44:25 2014 -0400 |
tree | fa5eb57a7e130854a21c8aa1875f52b6a20c0d90 | |
parent | 264ebb51685fe7298f02c5fe52095914d28ec008 [diff] |
catch wrong load address passed to fatload / ext2load If filename is passed instead of address to ext2load or fatload, u-boot silently accepts that, and uses 0 for load address and default filename from environment. That is confusing, display help instead. Signed-off-by: Pavel Machek <pavel@denx.de>