Re: [PATCH 1/2] ARM: stm32: Deduplicate DH STM32MP15xx DHSOM defconfigs

2024-11-12 Thread Patrick DELAUNAY
On 11/12/24 12:48, Patrick DELAUNAY wrote: 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 preprocessor macro in the current set

Re: [PATCH 1/2] ARM: stm32: Deduplicate DH STM32MP15xx DHSOM defconfigs

2024-11-12 Thread Patrick DELAUNAY
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 preprocessor macro in the current set of board specific defconfigs. The preprocessor

[PATCH 1/2] ARM: stm32: Deduplicate DH STM32MP15xx DHSOM defconfigs

2024-10-26 Thread Marek Vasut
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 preprocessor macro in the current set of board specific defconfigs. The preprocessor macro is applicable to defconfigs as well.