board: ti: common: Kconfig: add CMD_SPL

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>
This commit is contained in:
Anshul Dalal 2025-10-24 13:44:05 +05:30 committed by Tom Rini
parent 16f4126790
commit d99688d26e

View 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