From: Anshul Dalal Date: Fri, 24 Oct 2025 08:14:05 +0000 (+0530) Subject: board: ti: common: Kconfig: add CMD_SPL X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d99688d26e697a52ceccea8231e085a79ee63771;p=thirdparty%2Fu-boot.git 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 --- diff --git a/board/ti/common/Kconfig b/board/ti/common/Kconfig index 9512c5c23f1..3dd2852e6b0 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