diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2016-10-08 18:00:28 +0530 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2016-10-26 19:00:06 +0200 |
commit | 1c140f7bbf4a008fcd78b407ea80c60a2a18fc1f (patch) | |
tree | ead97ee22bed24ae13fad0fce0f4c2d11830e638 | |
parent | 310db71d042d6a224d77dd5b4fd34b8fb0210733 (diff) |
imx6: icorem6: Add default mtd nand partition table
icorem6qdl> mtdparts
device nand0 <nand>, # parts = 6
0: spl 0x00200000 0x00000000 0
1: uboot 0x00200000 0x00200000 0
2: env 0x00100000 0x00400000 0
3: kernel 0x00400000 0x00500000 0
4: dtb 0x00100000 0x00900000 0
5: rootfs 0x1f600000 0x00a00000 0
Cc: Stefano Babic <sbabic@denx.de>
Cc: Peng Fan <peng.fan@nxp.com>
Cc: Matteo Lisi <matteo.lisi@engicam.com>
Cc: Michael Trimarchi <michael@amarulasolutions.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
-rw-r--r-- | include/configs/imx6qdl_icore.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/imx6qdl_icore.h b/include/configs/imx6qdl_icore.h index 6e33ec31b3..f8a1263eed 100644 --- a/include/configs/imx6qdl_icore.h +++ b/include/configs/imx6qdl_icore.h @@ -129,6 +129,8 @@ # define CONFIG_CMD_MTDPARTS # define CONFIG_MTD_PARTITIONS # define MTDIDS_DEFAULT "nand0=nand" +# define MTDPARTS_DEFAULT "mtdparts=nand:2m(spl),2m(uboot)," \ + "1m(env),4m(kernel),1m(dtb),-(rootfs)" # define CONFIG_APBH_DMA # define CONFIG_APBH_DMA_BURST |