diff options
Diffstat (limited to 'configs/guruplug_defconfig')
-rw-r--r-- | configs/guruplug_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/guruplug_defconfig b/configs/guruplug_defconfig index 3fdd5f9af6..d219fee508 100644 --- a/configs/guruplug_defconfig +++ b/configs/guruplug_defconfig @@ -19,6 +19,8 @@ CONFIG_CMD_EXT2=y CONFIG_CMD_EXT4=y CONFIG_CMD_FAT=y CONFIG_CMD_JFFS2=y +CONFIG_MTDIDS_DEFAULT="nand0=orion_nand" +CONFIG_MTDPARTS_DEFAULT="mtdparts=orion_nand:896K(uboot),128K(uboot_env),-@1M(root)" CONFIG_CMD_UBI=y CONFIG_ISO_PARTITION=y CONFIG_ENV_IS_IN_NAND=y |