mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-18 06:38:15 +01:00
mach-k3: common.c: add a flag for booting authenticated rproc binaries
The flag will be used for booting authenticated remote procs from hs-se devices which can optionally be used in hs-fs devices also. Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com> Signed-off-by: Udit Kumar <u-kumar1@ti.com> Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> # Intel Edison Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
457d0b5d43
commit
4db7d62f85
@ -283,8 +283,10 @@ int misc_init_r(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Default FIT boot on HS-SE devices */
|
/* Default FIT boot on HS-SE devices */
|
||||||
if (get_device_type() == K3_DEVICE_TYPE_HS_SE)
|
if (get_device_type() == K3_DEVICE_TYPE_HS_SE) {
|
||||||
env_set("boot_fit", "1");
|
env_set("boot_fit", "1");
|
||||||
|
env_set("secure_rprocs", "1");
|
||||||
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user