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

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