
30 Apr
2020
30 Apr
'20
11:32 a.m.
On Sun, Apr 26, 2020 at 11:13 PM Simon Glass sjg@chromium.org 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 sjg@chromium.org
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 bmeng.cn@gmail.com