
Hi Tom
On 11/10/21 5:02 PM, Tom Rini wrote:
On Wed, Nov 10, 2021 at 04:56:37PM +0100, Patrice CHOTARD wrote:
Hi Marek
On 10/25/21 10:43 AM, Patrick DELAUNAY wrote:
Hi,
On 10/24/21 12:46 AM, Marek Vasut wrote:
The DHSOM uses different SPI NOR layout than the ST devkit, stop pulling in the ST specific runtime mtdparts settings and adjust the mtdparts accordingly.
Signed-off-by: Marek Vasut marex@denx.de Cc: Patrice Chotard patrice.chotard@foss.st.com Cc: Patrick Delaunay patrick.delaunay@foss.st.com
board/dhelectronics/dh_stm32mp1/Makefile | 1 - configs/stm32mp15_dhcom_basic_defconfig | 3 ++- configs/stm32mp15_dhcor_basic_defconfig | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-)
Reviewed-by: Patrick Delaunay patrick.delaunay@foss.st.com
Applied on u-boot-stm/master Thanks
Question and not saying don't send me a PR with it. Why aren't these in the per-board dts files with the fixed-partition binding? That's been long long supported in Linux and U-Boot parses it as well.
We have some constraints which need to be solved before switching on this bindings. Usage of fixed-partition bindings is on our todo list ;-)
Thanks Patrice