[PATCH] ARM: stm32: Fix OF_LIST on DHCOR

Patrice CHOTARD patrice.chotard at foss.st.com
Fri Jun 16 13:44:32 CEST 2023



On 5/12/23 15:58, Patrick DELAUNAY wrote:
> Hi,
> 
> On 5/5/23 02:11, Tom Rini wrote:
>> The ITS file used to build the images here lists three dtb files as
>> being used. Today, these are built by the logic that will over-build dtb
>> files based on SOC/etc symbols being set. To future proof this platform
>> and be generally correct, we list all 3 of the device trees used here in
>> OF_LIST.
>>
>> Cc: Marek Vasut <marex at denx.de>
>> Cc: Patrick Delaunay <patrick.delaunay at foss.st.com>
>> Cc: Patrice Chotard <patrice.chotard at foss.st.com>
>> Signed-off-by: Tom Rini <trini at konsulko.com>
>> ---
>>   configs/stm32mp15_dhcor_basic_defconfig | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/configs/stm32mp15_dhcor_basic_defconfig b/configs/stm32mp15_dhcor_basic_defconfig
>> index b54ff9301461..d4786500271a 100644
>> --- a/configs/stm32mp15_dhcor_basic_defconfig
>> +++ b/configs/stm32mp15_dhcor_basic_defconfig
>> @@ -92,6 +92,7 @@ CONFIG_MTDPARTS_DEFAULT="mtdparts=nor0:256k(fsbl1),256k(fsbl2),1408k(uboot),64k(
>>   # CONFIG_ISO_PARTITION is not set
>>   # CONFIG_SPL_PARTITION_UUIDS is not set
>>   CONFIG_OF_LIVE=y
>> +CONFIG_OF_LIST="stm32mp15xx-dhcor-avenger96 stm32mp15xx-dhcor-testbench stm32mp15xx-dhcor-drc-compact"
>>   CONFIG_OF_SPL_REMOVE_PROPS="interrupts interrupt-names interrupts-extended interrupt-controller \\\#interrupt-cells interrupt-parent dmas dma-names assigned-clocks assigned-clock-rates assigned-clock-parents hwlocks"
>>   CONFIG_ENV_IS_IN_SPI_FLASH=y
>>   CONFIG_SYS_REDUNDAND_ENVIRONMENT=y
> 
> 
> Reviewed-by: Patrick Delaunay <patrick.delaunay at foss.st.com>
> 
> Thanks
> Patrick
> 

Applied to u-boot-stm/next

Thanks
Patrice


More information about the U-Boot mailing list