]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
board: ti: common: Kconfig: add CMD_SPL
authorAnshul Dalal <anshuld@ti.com>
Fri, 24 Oct 2025 08:14:05 +0000 (13:44 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 3 Nov 2025 17:52:29 +0000 (11:52 -0600)
Add CMD_SPL 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@ti.com>
board/ti/common/Kconfig

index 9512c5c23f1adafe53cfb006d8d074f8293b0848..3dd2852e6b0826863a3ed67cd9593e49f7152444 100644 (file)
@@ -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