board: stm32mp1: no MTD partitions fixup for serial boot
authorPatrick Delaunay <patrick.delaunay@st.com>
Thu, 15 Oct 2020 12:52:30 +0000 (14:52 +0200)
committerPatrick Delaunay <patrick.delaunay@st.com>
Wed, 25 Nov 2020 09:58:15 +0000 (10:58 +0100)
commit29e5c027889ed583fd04d87927e714201b47a225
tree29db383922772c8c663291b16a27f745f766e8cc
parent40426d6f9a9afea7c16361d780f5475747a55266
board: stm32mp1: no MTD partitions fixup for serial boot

Remove the update of the MTD partitions in kernel device tree
for serial boot (USB / UART), and the kernel will use the MTD
partitions define in the loaded DTB because U-Boot can't known the
expected flash layout in this case.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
board/st/stm32mp1/stm32mp1.c