commit | 6dca5e8ab5c1c896b9abf1f55e42428cb3709102 | [log] [tgz] |
---|---|---|
author | Andrew F. Davis <afd@ti.com> | Fri Apr 07 14:29:36 2017 -0500 |
committer | Tom Rini <trini@konsulko.com> | Sat Apr 08 21:35:08 2017 -0400 |
tree | 2ad207d65ab018d3e22ef492bdb2e84aadec857a | |
parent | 046732df5048624bd2a6fe758677020c71d64494 [diff] |
spl: net: Add FIT image support over network boot FIT support in the net boot case is much like the RAM boot case in that we load our image to "load_addr" and pass a dummy read function into "spl_load_simple_fit()". As the load address is no longer hard-coded to the final execution address, legacy image loading will require load_addr to be set correctly in the image header. Signed-off-by: Andrew F. Davis <afd@ti.com>