diff options
Diffstat (limited to 'configs/mx25pdk_defconfig')
-rw-r--r-- | configs/mx25pdk_defconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configs/mx25pdk_defconfig b/configs/mx25pdk_defconfig index 1fd33dc89d..1ea58eee95 100644 --- a/configs/mx25pdk_defconfig +++ b/configs/mx25pdk_defconfig @@ -14,7 +14,8 @@ CONFIG_CMD_MII=y CONFIG_CMD_PING=y CONFIG_CMD_CACHE=y CONFIG_CMD_DATE=y -CONFIG_CMD_EXT2=y -CONFIG_CMD_FAT=y +CONFIG_CMD_FS_GENERIC=y +CONFIG_DOS_PARTITION=y CONFIG_ENV_IS_IN_MMC=y +CONFIG_FS_FAT=y CONFIG_OF_LIBFDT=y |