Booting directly to kernel from TFA on stm32mp157DAC
Hi,I am working on optimizing the boot process on my STM32MP157DAC board by removing U-Boot and booting the Linux kernel directly. I’ve been following the documented procedure from ST for the STM32MP1 series:ST Wiki - How to optimize the boot timeTF-...