]> git.baikalelectronics.ru Git - uboot.git/commit
common: spl: fit_ram: allow to use image pre load
authorPhilippe Reynes <philippe.reynes@softathome.com>
Mon, 28 Mar 2022 20:57:01 +0000 (22:57 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 31 Mar 2022 18:12:01 +0000 (14:12 -0400)
commitd150374a4daf384d778a7385a97f9e7fc9d5a2af
tree7f0c9c3ff852e23c6d3462dd8834496367c23437
parent488aea45c8cf56086a77981ef8bfedcf0b8a7b72
common: spl: fit_ram: allow to use image pre load

Add the support of image pre load in spl or tpl
when loading an image from ram.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
common/spl/spl_ram.c