diff options
Diffstat (limited to 'configs/pfla02_defconfig')
-rw-r--r-- | configs/pfla02_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/pfla02_defconfig b/configs/pfla02_defconfig index 37ab8e2440..456ae6581e 100644 --- a/configs/pfla02_defconfig +++ b/configs/pfla02_defconfig @@ -36,6 +36,8 @@ CONFIG_CMD_EXT4=y CONFIG_CMD_EXT4_WRITE=y CONFIG_CMD_FAT=y CONFIG_CMD_FS_GENERIC=y +CONFIG_MTDIDS_DEFAULT="nand0=gpmi-nand" +CONFIG_MTDPARTS_DEFAULT="mtdparts=gpmi-nand:-(nand);spi2.0:1024k(bootloader),64k(env1),64k(env2),-(rescue)" CONFIG_CMD_UBI=y CONFIG_ISO_PARTITION=y CONFIG_EFI_PARTITION=y |