Home
last modified time | relevance | path

Searched hist:"6 dca5e8ab5c1c896b9abf1f55e42428cb3709102" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/common/spl/
H A Dspl_net.c6dca5e8ab5c1c896b9abf1f55e42428cb3709102 Fri Apr 07 19:29:36 UTC 2017 Andrew F. Davis <afd@ti.com> 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>