diff options
Diffstat (limited to 'configs/openrd_base_defconfig')
-rw-r--r-- | configs/openrd_base_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/openrd_base_defconfig b/configs/openrd_base_defconfig index 6048a3467c..a01f1fe94e 100644 --- a/configs/openrd_base_defconfig +++ b/configs/openrd_base_defconfig @@ -21,6 +21,7 @@ CONFIG_CMD_PING=y CONFIG_CMD_EXT2=y CONFIG_CMD_FAT=y CONFIG_CMD_JFFS2=y +CONFIG_CMD_MTDPARTS=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 |