[PATCH 11/13] imx8mm-mx8menlo: Drop SPL_BOARD_INIT
Marek Vasut
marex at denx.de
Thu Feb 16 15:04:35 CET 2023
On 2/16/23 04:36, Tom Rini wrote:
> On this platform spl_board_init is a call to arch_misc_init which is a
> no-op, so drop the CONFIG options.
>
> Cc: Marek Vasut <marex at denx.de>
> Cc: Olaf Mandel <o.mandel at menlosystems.com>
btw. put those under --- next time, that way they don't end up in commit
message.
> Signed-off-by: Tom Rini <trini at konsulko.com>
If CAAM is enabled, ARCH_MISC_INIT brings up the CAAM , and this is
needed in SPL for U-Boot authentication using HABv4 . I believe that is
why Verdin spl.c calls it.
More information about the U-Boot
mailing list