summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorVanessa Maegima <[email protected]>2018-04-06 16:54:41 -0300
committerStefano Babic <[email protected]>2018-04-15 11:49:29 +0200
commitebca6013c086356419a462dc1adbef858a5ada67 (patch)
tree9630bc3d60ece1f78864b81c39f97495ed2a63cd /configs
parent723f8359c144eb29f0fb07291f9a2294bd2a3fd6 (diff)
pico-imx7d: Replace fatload command
Replace fatload with the fs generic loading interface ('load' command). Signed-off-by: Vanessa Maegima <[email protected]> Reviewed-by: Fabio Estevam <[email protected]>
Diffstat (limited to 'configs')
-rw-r--r--configs/pico-imx7d_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/pico-imx7d_defconfig b/configs/pico-imx7d_defconfig
index edfe7257bdd..b85486db4ea 100644
--- a/configs/pico-imx7d_defconfig
+++ b/configs/pico-imx7d_defconfig
@@ -22,6 +22,7 @@ CONFIG_CMD_EXT2=y
CONFIG_CMD_EXT4=y
CONFIG_CMD_EXT4_WRITE=y
CONFIG_CMD_FAT=y
+CONFIG_CMD_FS_GENERIC=y
CONFIG_PHYLIB=y
CONFIG_USB=y
CONFIG_USB_EHCI_HCD=y