
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@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/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@foss.st.com
Thanks Patrick