On Sun, Apr 26, 2020 at 11:13 PM Simon Glass <[email protected]> wrote: > > When U-Boot is run from another boot loader, much of the low-level init > needs to be skipped. > > Add a flag for this and adjust ll_boot_init() to use it. > > Signed-off-by: Simon Glass <[email protected]> > --- > > Changes in v4: > - Rename flag to GD_FLG_SKIP_LL_INIT > > Changes in v3: > - Add a new patch with a gd flag for chain loading > > Changes in v2: None > > include/asm-generic/global_data.h | 1 + > include/init.h | 2 +- > 2 files changed, 2 insertions(+), 1 deletion(-) >
Reviewed-by: Bin Meng <[email protected]>

