Re: [PATCH 1/5] configs: restrict am62ax wakup SPL size

2023-01-10 Thread Tom Rini
On Fri, Dec 23, 2022 at 07:15:21PM -0600, Bryan Brattlof wrote: > In its current form, the am62a's wakeup SPL is fairly small, however > this will not remain as more boot modes are eventually added. To protect > us from overflowing our ~256k of HSM SRAM, add limits and check during > the wakeup SP

[PATCH 1/5] configs: restrict am62ax wakup SPL size

2022-12-23 Thread Bryan Brattlof
In its current form, the am62a's wakeup SPL is fairly small, however this will not remain as more boot modes are eventually added. To protect us from overflowing our ~256k of HSM SRAM, add limits and check during the wakeup SPL build. Signed-off-by: Bryan Brattlof --- configs/am62ax_evm_r5_defco