Hi Michal, On 28 April 2016 at 02:43, Michal Simek <[email protected]> wrote: > Support loading FIT in SPL for RAM bootmode. > CONFIG_SPL_LOAD_FIT_ADRESS points to address where FIT image is stored > in memory. > > Signed-off-by: Michal Simek <[email protected]> > --- > > Not sure if solution with CONFIG_SPL_LOAD_FIT_ADDRESS is accepted. > But it should be out of TEXT_BASE. > > --- > common/spl/spl.c | 44 +++++++++++++++++++++++++++++++++++--------- > 1 file changed, 35 insertions(+), 9 deletions(-) >
Reviewed-by: Simon Glass <[email protected]> I suggest moving this all into a new spl_ram.c file. Regards, Simon _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

