diff options
Diffstat (limited to 'configs/openrd_base_defconfig')
-rw-r--r-- | configs/openrd_base_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/openrd_base_defconfig b/configs/openrd_base_defconfig index e7c49f2c8f..efebf82284 100644 --- a/configs/openrd_base_defconfig +++ b/configs/openrd_base_defconfig @@ -19,6 +19,8 @@ CONFIG_CMD_PING=y CONFIG_CMD_EXT2=y CONFIG_CMD_FAT=y CONFIG_CMD_JFFS2=y +CONFIG_MTDIDS_DEFAULT="nand0=nand_mtd" +CONFIG_MTDPARTS_DEFAULT="mtdparts=nand_mtd:0x100000@0x000000(uboot),0x400000@0x100000(uImage),0x1fb00000@0x500000(rootfs)" CONFIG_CMD_UBI=y CONFIG_ISO_PARTITION=y CONFIG_ENV_IS_IN_NAND=y |