[Uboot-stm32] [PATCH 2/2] ARM: stm32: Deduplicate DH STM32MP1xx DHSOM defconfigs
Patrick DELAUNAY
patrick.delaunay at foss.st.com
Tue Nov 12 15:16:30 CET 2024
On 11/12/24 12:49, Patrick DELAUNAY wrote:
> Hi,
>
> On 10/27/24 02:03, Marek Vasut wrote:
>> Deduplicate defconfigs for all DH STM32MP1xx DHSOM systems by factoring
>> out the common parts into generic stm32mp_dhsom.config and including
>> those using the #include <configs/...> preprocessor macro in the current
>> set of board specific defconfigs. The preprocessor macro is applicable
>> to defconfigs as well.
>>
>> This introduces no functional change, the resulting .config is identical
>> for all DH STM32MP1xx DHSOM systems.
>>
>> Signed-off-by: Marek Vasut <marex at denx.de>
>> ---
>> Cc: Patrice Chotard <patrice.chotard at foss.st.com>
>> Cc: Patrick Delaunay <patrick.delaunay at foss.st.com>
>> Cc: Sean Anderson <seanga2 at gmail.com>
>> Cc: Simon Glass <sjg at chromium.org>
>> Cc: Tom Rini <trini at konsulko.com>
>> Cc: u-boot at dh-electronics.com
>> Cc: u-boot at lists.denx.de
>> Cc: uboot-stm32 at st-md-mailman.stormreply.com
>> ---
>> configs/stm32mp13_dhcor_defconfig | 107 +-----------------------------
>> configs/stm32mp15_dhsom.config | 107 +-----------------------------
>> configs/stm32mp_dhsom.config | 105 +++++++++++++++++++++++++++++
>> 3 files changed, 109 insertions(+), 210 deletions(-)
>> create mode 100644 configs/stm32mp_dhsom.config
>>
>
>
> Reviewed-by: Patrick Delaunay <patrick.delaunay at foss.st.com>
>
> Thanks
> Patrick
>
Applied to u-boot-stm/master, thanks!
Regards
Patrick
More information about the U-Boot
mailing list