]> git.dujemihanovic.xyz Git - u-boot.git/commit
ARM: stm32: Deduplicate DH STM32MP15xx DHSOM defconfigs
authorMarek Vasut <marex@denx.de>
Sun, 27 Oct 2024 01:03:46 +0000 (02:03 +0100)
committerPatrick Delaunay <patrick.delaunay@foss.st.com>
Tue, 12 Nov 2024 13:18:43 +0000 (14:18 +0100)
commitaa33518eb33365401c4655c2c80d890a41456fea
tree10ca0365527dfc2019b2ecfab7047846db475a01
parent3cd3e0aa06d91deca8c1dfb7ca93d9948d10845b
ARM: stm32: Deduplicate DH STM32MP15xx DHSOM defconfigs

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@denx.de>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
configs/stm32mp15_dhcom_basic_defconfig
configs/stm32mp15_dhcor_basic_defconfig
configs/stm32mp15_dhsom.config [new file with mode: 0644]