On Wed, Sep 25, 2019 at 10:12 PM Simon Glass <[email protected]> wrote: > > At present there is an arch-specific area in the SPL handoff area intended > for use by arch-specific code, but there is no explicit call to fill in > this data. Add a hook for this. > > Also use the hook to remove the sandbox-specific test code from > write_spl_handoff(). > > Signed-off-by: Simon Glass <[email protected]> > --- > > Changes in v2: None > > arch/sandbox/cpu/spl.c | 7 +++++++ > common/spl/spl.c | 12 +++++++++--- > include/handoff.h | 13 +++++++++++++ > 3 files changed, 29 insertions(+), 3 deletions(-) >
Reviewed-by: Bin Meng <[email protected]> _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

