On Fri Oct 10, 2025 at 9:33 PM IST, Tom Rini wrote:
> On Fri, Oct 10, 2025 at 06:48:24PM +0530, Anshul Dalal wrote:
>> Add CMD_CACHE 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 <[email protected]>
>> ---
>>  board/ti/common/Kconfig | 1 +
>>  1 file changed, 1 insertion(+)
>> 
>> diff --git a/board/ti/common/Kconfig b/board/ti/common/Kconfig
>> index f481812247c..fa8260e3fa4 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
>
> Commit message says adding CMD_CACHE, content is adding CMD_SPL.

Oh my bad, I guess I forgot to edit the message I copied from an older
commit. Will fix in the next revision.

Reply via email to