
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
Signed-off-by: Marek Vasut marex@denx.de Cc: Patrick Delaunay patrick.delaunay@st.com Cc: Patrice Chotard patrice.chotard@st.com