aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorFrancesco Dolcini <francesco.dolcini@toradex.com>2023-02-06 23:48:38 +0100
committerDario Binacchi <dario.binacchi@amarulasolutions.com>2023-04-16 14:19:27 +0200
commit156968211ef0e155a198a2fe9e94187a91186ab9 (patch)
tree36f2a8d4d5816e55d4e9f4e49ecb7f09ccc70940 /configs
parentcba9668e63a2e525b696c6de5720d5d5994f0766 (diff)
downloadu-boot-156968211ef0e155a198a2fe9e94187a91186ab9.zip
u-boot-156968211ef0e155a198a2fe9e94187a91186ab9.tar.gz
u-boot-156968211ef0e155a198a2fe9e94187a91186ab9.tar.bz2
colibri-imx6ull: specify MTD partitions on command line
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> Link: https://lore.kernel.org/all/20230206224838.75963-4-francesco@dolcini.it/ Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/colibri-imx6ull_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/colibri-imx6ull_defconfig b/configs/colibri-imx6ull_defconfig
index b50577f..2f1a201 100644
--- a/configs/colibri-imx6ull_defconfig
+++ b/configs/colibri-imx6ull_defconfig
@@ -104,4 +104,3 @@ CONFIG_USB_GADGET_PRODUCT_NUM=0x4000
CONFIG_CI_UDC=y
CONFIG_USB_GADGET_DOWNLOAD=y
CONFIG_OF_LIBFDT_OVERLAY=y
-CONFIG_FDT_FIXUP_PARTITIONS=y