[PATCH 02/10] cmd: Kconfig: enable CMD_BOOTI for ARCH_K3
Tom Rini
trini at konsulko.com
Fri Mar 7 17:20:42 CET 2025
On Fri, Mar 07, 2025 at 09:43:19PM +0530, Anshul Dalal wrote:
> On Fri Mar 7, 2025 at 9:20 PM IST, Tom Rini wrote:
> > On Fri, Mar 07, 2025 at 01:25:30PM +0530, Anshul Dalal wrote:
> >
> > > This allows us to load the kernel image to memory on 32-bit R5 SPL.
> > >
> > > Signed-off-by: Anshul Dalal <anshuld at ti.com>
> > > ---
> > > cmd/Kconfig | 2 +-
> > > 1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/cmd/Kconfig b/cmd/Kconfig
> > > index a04fcaa0e08..66145a001b8 100644
> > > --- a/cmd/Kconfig
> > > +++ b/cmd/Kconfig
> > > @@ -357,7 +357,7 @@ config CMD_BOOTZ
> > >
> > > config CMD_BOOTI
> > > bool "booti"
> > > - depends on ARM64 || RISCV || SANDBOX
> > > + depends on ARM64 || RISCV || SANDBOX || ARCH_K3
> >
> > How are you using "booti" on the R5 part of K3? This shouldn't be
> > useful...
>
> This is necessary to allow us to call booti_setup [the code path
> responsible for parsing uncompressed kernel image] from
> spl_parse_image_header at common/spl/spl.c:338 when loading the Image.
OK, so please update arch/arm/lib/Makefile with something like:
ifdef CONFIG_ARCH_K3
obj-$(CONFIG_SPL_OS_BOOT) += booti.o
endif
Thanks.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20250307/77c52f86/attachment.sig>
More information about the U-Boot
mailing list