
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@denx.de
Cc: Patrice Chotard patrice.chotard@foss.st.com Cc: Patrick Delaunay patrick.delaunay@foss.st.com Cc: Sean Anderson seanga2@gmail.com Cc: Simon Glass sjg@chromium.org Cc: Tom Rini trini@konsulko.com Cc: u-boot@dh-electronics.com Cc: u-boot@lists.denx.de Cc: uboot-stm32@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@foss.st.com
Thanks Patrick
Applied to u-boot-stm/master, thanks!
Regards Patrick