summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2017-09-29 22:54:59 -0300
committerStefano Babic <sbabic@denx.de>2017-10-12 17:31:16 +0200
commitf3652c188816bcd6e0d39d5cd4fe608c67ae107b (patch)
tree8c66481fcd1981f27a7f9196616cb7da16c5086d /configs
parent626365b4f739aa584a690afa68493c37d71131b8 (diff)
mx25pdk: Use generic filesystem commands
This rework the board to use the generic filesystem commands instead of forcing the use of FAT for the boot files. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'configs')
-rw-r--r--configs/mx25pdk_defconfig5
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