mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-28 17:21:36 +02:00
arm: mach-k3: common: Set boot_fit on non-GP devices
This matches what we did for pre-K3 devices. This allows us to build boot commands that can check for our device type at runtime. Signed-off-by: Andrew Davis <afd@ti.com>
This commit is contained in:
parent
28ba10074b
commit
fc95f83ec9
@ -606,5 +606,9 @@ int misc_init_r(void)
|
|||||||
printf("Failed to probe am65_cpsw_nuss driver\n");
|
printf("Failed to probe am65_cpsw_nuss driver\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Default FIT boot on non-GP devices */
|
||||||
|
if (get_device_type() != K3_DEVICE_TYPE_GP)
|
||||||
|
env_set("boot_fit", "1");
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user