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 <ma...@denx.de>
---
Cc: Patrice Chotard <patrice.chot...@foss.st.com>
Cc: Patrick Delaunay <patrick.delau...@foss.st.com>
Cc: Sean Anderson <sean...@gmail.com>
Cc: Simon Glass <s...@chromium.org>
Cc: Tom Rini <tr...@konsulko.com>
Cc: u-b...@dh-electronics.com
Cc: u-boot@lists.denx.de
Cc: uboot-st...@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.delau...@foss.st.com>
Thanks
Patrick