mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-20 17:01:50 +01:00
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:
parent
16f4126790
commit
d99688d26e
@ -53,6 +53,7 @@ config TI_COMMON_CMD_OPTIONS
|
|||||||
imply CMD_REGULATOR if DM_REGULATOR
|
imply CMD_REGULATOR if DM_REGULATOR
|
||||||
imply CMD_SF if SPI_FLASH
|
imply CMD_SF if SPI_FLASH
|
||||||
imply CMD_SPI
|
imply CMD_SPI
|
||||||
|
imply CMD_SPL
|
||||||
imply CMD_TIME
|
imply CMD_TIME
|
||||||
imply CMD_USB if USB
|
imply CMD_USB if USB
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user