spl: ext: load kernel image before args in falcon
authorAnshul Dalal <anshuld@ti.com>
Tue, 23 Sep 2025 12:46:36 +0000 (18:16 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 7 Oct 2025 19:02:17 +0000 (13:02 -0600)
commit50953dd5cd8063e0902335c1588997e3ce12994c
tree5a05f3d80398a4d7ab5d2c9afc606f2c5aadd702
parent6b8e03a95869f99cabeea0728e6f5469f3960bf7
spl: ext: load kernel image before args in falcon

Load the kernel image before args in falcon mode to be consistent with
the load order for other boot media.

Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Anshul Dalal <anshuld@ti.com>
common/spl/spl_ext.c