]> git.ipfire.org Git - thirdparty/u-boot.git/commit
arm: mach-k3: enable support for falcon mode
authorAnshul Dalal <anshuld@ti.com>
Fri, 24 Oct 2025 08:14:06 +0000 (13:44 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 3 Nov 2025 17:52:29 +0000 (11:52 -0600)
commitf5119b38ff0d13f58a9af4d9f7f48dbc3f6f6a93
treeb24df2691c110fb5795ed186d765b6b123bb25d6
parentd99688d26e697a52ceccea8231e085a79ee63771
arm: mach-k3: enable support for falcon mode

With CONFIG_SPL_OS_BOOT enabled, U-Boot checks for the return value of
spl_start_uboot to select between falcon or the regular boot flow. Where
a return value of 0 means 'boot to linux'.

This patch overrides the weak definition form common/spl/spl.c to allow
K3 devices to use falcon mode with SPL_OS_BOOT_SECURE enabled for the
A-Core SPL.

Signed-off-by: Anshul Dalal <anshuld@ti.com>
arch/arm/mach-k3/common.c