
On 1/13/20 11:58 AM, Patrick DELAUNAY wrote:
Hi Marek,
From: Marek Vasut marex@denx.de Sent: vendredi 10 janvier 2020 01:29
Setting TARGET_STM32MP1 in Kconfig always forces SYS_BOARD, SYS_VENDOR and SYS_CONFIG_NAME to values set by the ST reference platforms. Allow changing that by pulling out the TARGET_STM32MP157C_DK2 and making the ST reference platform settings conditional on TARGET_STM32MP157C_DK2 . Other platforms can now define a different TARGET_ and thus override the SYS_ settings in their Kconfig.
Reviewed-by: Patrick Delaunay patrick.delaunay@st.com
It seens my configuration between SOC (STM32MP15x) and BOARD is not clean...
So I prepare a patchset to change it. But I will apply it after your serie... to avoid regression on your board
Regards Patrick
Can you apply whatever you feel applicable from the series I posted and push it to some git repo, so I don't have to reset all things over and over again ?