diff options
Diffstat (limited to 'include/configs/iconnect.h')
-rw-r--r-- | include/configs/iconnect.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/include/configs/iconnect.h b/include/configs/iconnect.h index 26dbe53..d528d3f 100644 --- a/include/configs/iconnect.h +++ b/include/configs/iconnect.h @@ -56,16 +56,10 @@ "ubifsload 0x800000 ${kernel}; " \ "bootm 0x800000" -#define CONFIG_MTDPARTS \ - "mtdparts=orion_nand:" \ - "0x80000@0x0(uboot)," \ - "0x20000@0x80000(uboot_env)," \ - "-@0xa0000(rootfs)\0" - #define CONFIG_EXTRA_ENV_SETTINGS \ "console=console=ttyS0,115200\0" \ "mtdids=nand0=orion_nand\0" \ - "mtdparts="CONFIG_MTDPARTS \ + "mtdparts="CONFIG_MTDPARTS_DEFAULT \ "kernel=/boot/uImage\0" \ "bootargs_root=noinitrd ubi.mtd=2 root=ubi0:rootfs rootfstype=ubifs\0" |