diff options
| author | Stefan Agner <[email protected]> | 2017-03-09 17:17:54 -0800 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2017-03-19 17:29:28 +0100 |
| commit | 640957042d8f878d093f37aadc04f6d08a7252a1 (patch) | |
| tree | 9ec504d6a844d2d05b03df0cc2e7bf1e857f00d0 /include | |
| 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 <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/colibri_imx7.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/colibri_imx7.h b/include/configs/colibri_imx7.h index 80eeae46c2d..4de866836d1 100644 --- a/include/configs/colibri_imx7.h +++ b/include/configs/colibri_imx7.h @@ -120,7 +120,7 @@ "${board}/flash_blk.img && source ${loadaddr}\0" \ "setup=setenv setupargs " \ "console=tty1 console=${console}" \ - ",${baudrate}n8 ${memargs} consoleblank=0 ${mtdparts}\0" \ + ",${baudrate}n8 ${memargs} consoleblank=0\0" \ "setupdate=run setsdupdate || run setusbupdate || run setethupdate\0" \ "setusbupdate=usb start && setenv interface usb && " \ "fatload ${interface} 0:1 ${loadaddr} " \ |
