diff options
Diffstat (limited to 'configs/k2e_evm_defconfig')
-rw-r--r-- | configs/k2e_evm_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/k2e_evm_defconfig b/configs/k2e_evm_defconfig index 7c5b0bcc8c..317d4f0626 100644 --- a/configs/k2e_evm_defconfig +++ b/configs/k2e_evm_defconfig @@ -23,6 +23,8 @@ CONFIG_HUSH_PARSER=y # CONFIG_CMD_MMC is not set CONFIG_CMD_NAND=y # CONFIG_CMD_SETEXPR is not set +CONFIG_MTDIDS_DEFAULT="nand0=davinci_nand.0" +CONFIG_MTDPARTS_DEFAULT="mtdparts=davinci_nand.0:1024k(bootloader)ro,512k(params)ro,-(ubifs)" CONFIG_CMD_UBI=y CONFIG_ISO_PARTITION=y CONFIG_EFI_PARTITION=y |