
Hello Stefano,
On Mon, Feb 06, 2023 at 11:48:37PM +0100, Francesco Dolcini wrote:
From: Francesco Dolcini francesco.dolcini@toradex.com
Disable fdt_fixup_mtdparts() and pass MTD partition on the command line. Dynamically editing the fdt with a static partitions configuration is not required and there is no advantages compared to using the command line. This change should prevent boot failures as the one in [0].
Cc: Marek Vasut marex@denx.de Cc: Miquel Raynal miquel.raynal@bootlin.com Link: https://lore.kernel.org/all/Y4dgBTGNWpM6SQXI@francesco-nb.int.toradex.com/ [0] Link: https://lore.kernel.org/all/20230105123334.7f90c289@xps-13/ Signed-off-by: Francesco Dolcini francesco.dolcini@toradex.com
v2:
- improved commit message
- removed dead code
board/toradex/colibri_imx7/colibri_imx7.c | 10 ---------- configs/colibri_imx7_defconfig | 1 - include/configs/colibri_imx7.h | 2 +- 3 files changed, 1 insertion(+), 12 deletions(-)
On Mon, Feb 06, 2023 at 11:48:38PM +0100, Francesco Dolcini wrote:
From: Francesco Dolcini francesco.dolcini@toradex.com
Disable fdt_fixup_mtdparts() and pass MTD partition on the command line. Dynamically editing the fdt with a static partitions configuration is not required and there is no advantages compared to using the command line. This change should prevent boot failures as the one in [0].
Cc: Marek Vasut marex@denx.de Cc: Miquel Raynal miquel.raynal@bootlin.com Link: https://lore.kernel.org/all/Y4dgBTGNWpM6SQXI@francesco-nb.int.toradex.com/ [0] Link: https://lore.kernel.org/all/20230105123334.7f90c289@xps-13/ Signed-off-by: Francesco Dolcini francesco.dolcini@toradex.com
Stefano: Can you pick those two patches? Or someone else should pick those?
Thanks, Francesco