[PATCH 1/2] ARM: stm32: Deduplicate DH STM32MP15xx DHSOM defconfigs

Patrick DELAUNAY patrick.delaunay at foss.st.com
Tue Nov 12 12:48:29 CET 2024


Hi,

On 10/27/24 02:03, Marek Vasut wrote:
> Deduplicate defconfigs for all DH STM32MP15xx DHSOM systems by factoring
> out the common parts into generic stm32mp15_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 STM32MP15xx 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/stm32mp15_dhcom_basic_defconfig | 174 +-----------------------
>   configs/stm32mp15_dhcor_basic_defconfig | 174 +-----------------------
>   configs/stm32mp15_dhsom.config          | 172 +++++++++++++++++++++++
>   3 files changed, 176 insertions(+), 344 deletions(-)
>   create mode 100644 configs/stm32mp15_dhsom.config
>

Reviewed-by: Patrick Delaunay <patrick.delaunay at foss.st.com>

Thanks
Patrick


More information about the U-Boot mailing list