mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-04 20:26:13 +02:00
sandbox: Call bootm_final()
Add a call to bootm_final() before the simulated kernel jump. This adds the "Starting kernel" message, bootstage tracking, board_quiesce_devices() and dm_remove_devices_active() which were not previously called on sandbox. Signed-off-by: Simon Glass <simon.glass@canonical.com>
This commit is contained in:
parent
9c4edbddce
commit
dc88ac7681
@ -73,6 +73,7 @@ int do_bootm_linux(int flag, struct bootm_info *bmi)
|
||||
|
||||
if (flag & (BOOTM_STATE_OS_GO | BOOTM_STATE_OS_FAKE_GO)) {
|
||||
bootstage_mark(BOOTSTAGE_ID_RUN_OS);
|
||||
bootm_final(flag);
|
||||
printf("## Transferring control to Linux (at address %08lx)...\n",
|
||||
images->ep);
|
||||
printf("sandbox: continuing, as we cannot run Linux\n");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user