]> git.ipfire.org Git - thirdparty/u-boot.git/commit
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)
commitd99688d26e697a52ceccea8231e085a79ee63771
tree6885be22e115b4aaff157d024259c757b93d4e8e
parent16f412679005e539401308bb075d4cdf87f01cb2
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>
board/ti/common/Kconfig