[PATCH v1 2/5] board: ti: common: Kconfig: add CMD_SPL
Tom Rini
trini at konsulko.com
Fri Oct 10 18:03:24 CEST 2025
On Fri, Oct 10, 2025 at 06:48:24PM +0530, Anshul Dalal wrote:
> Add CMD_CACHE to list of configs implied by TI_COMMON_CMD_OPTIONS. This
> allows the use of 'spl export'[1] command for preparing a device-tree
> for falcon boot.
>
> [1]: https://docs.u-boot.org/en/v2025.10/develop/falcon.html#using-spl-command
>
> Signed-off-by: Anshul Dalal <anshuld at ti.com>
> ---
> board/ti/common/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/board/ti/common/Kconfig b/board/ti/common/Kconfig
> index f481812247c..fa8260e3fa4 100644
> --- a/board/ti/common/Kconfig
> +++ b/board/ti/common/Kconfig
> @@ -53,6 +53,7 @@ config TI_COMMON_CMD_OPTIONS
> imply CMD_REGULATOR if DM_REGULATOR
> imply CMD_SF if SPI_FLASH
> imply CMD_SPI
> + imply CMD_SPL
> imply CMD_TIME
> imply CMD_USB if USB
Commit message says adding CMD_CACHE, content is adding CMD_SPL.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20251010/12ac7320/attachment.sig>
More information about the U-Boot
mailing list