summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChen Guoyin <guoyin.chen@nxp.com>2016-09-30 16:48:08 +0800
committerChen Guoyin <guoyin.chen@nxp.com>2016-09-30 16:48:08 +0800
commit83d081ab02138853ba7635e3ec0c5a9ac1e3a375 (patch)
treee53c0ff3e8c0445f497b1b15b1ca5aa5b29b0a58
parent003230d38ea6b2a50cebe5ed5dd9f0d65ff6a036 (diff)
downloadu-boot-imx-83d081ab02138853ba7635e3ec0c5a9ac1e3a375.zip
u-boot-imx-83d081ab02138853ba7635e3ec0c5a9ac1e3a375.tar.gz
u-boot-imx-83d081ab02138853ba7635e3ec0c5a9ac1e3a375.tar.bz2
MA-8795 Enable config to load FreeRTOS binary from ext4 partition
Add CONFIG_CMD_FS_GENERIC and CONFIG_CMD_EXT4 Signed-off-by: Chen Guoyin <guoyin.chen@nxp.com>
-rw-r--r--include/configs/mx7dsabresdbrillo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/mx7dsabresdbrillo.h b/include/configs/mx7dsabresdbrillo.h
index 9f7ae7e..3313018 100644
--- a/include/configs/mx7dsabresdbrillo.h
+++ b/include/configs/mx7dsabresdbrillo.h
@@ -33,5 +33,8 @@
#define CONFIG_SYS_MMC_ENV_PART 1 /* boot0 area */
#endif
+#define CONFIG_CMD_FS_GENERIC
+#define CONFIG_CMD_EXT4
+
#endif