diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2017-03-09 17:17:54 -0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2017-03-19 17:29:28 +0100 |
commit | 640957042d8f878d093f37aadc04f6d08a7252a1 (patch) | |
tree | 9ec504d6a844d2d05b03df0cc2e7bf1e857f00d0 /configs | |
parent | 05ed964d755ee1967640e63f8bef63e345725d05 (diff) |
colibri_imx7: use device-tree for MTD partitions
Use device-tree fixup to communicate the MTD partitions to the
kernel. Remove mtdparts from the kernel command line.
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/colibri_imx7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/colibri_imx7_defconfig b/configs/colibri_imx7_defconfig index 2d75b27613..ce60056596 100644 --- a/configs/colibri_imx7_defconfig +++ b/configs/colibri_imx7_defconfig @@ -55,3 +55,4 @@ CONFIG_G_DNL_MANUFACTURER="Toradex" CONFIG_G_DNL_VENDOR_NUM=0x1b67 CONFIG_G_DNL_PRODUCT_NUM=0x4000 CONFIG_OF_LIBFDT_OVERLAY=y +CONFIG_FDT_FIXUP_PARTITIONS=y |