
31 Oct
2024
31 Oct
'24
11:10 p.m.
On Thu, Oct 31, 2024 at 06:59:37PM +0100, Simon Glass wrote:
Hi Tom,
On Wed, 30 Oct 2024 at 00:52, Tom Rini trini@konsulko.com wrote:
On Wed, Oct 09, 2024 at 07:51:44PM -0600, Simon Glass wrote:
The Beagleplay board uses two entirely separate builds to produce an image, rather than using an SPL build for this purpose.
JFTR, this is an incorrect explanation of what's going on. The TI K3 families have both a Cortex-R core and a Cortex-A core and the R core needs to come up before the A core. But in both cases we have U-Boot SPL and then U-Boot proper being used.
Yes, I understand that. I will reword the commit message.
Thanks.
--
Tom