[U-Boot] [PATCH 02/19] configs: Add FAT fs support for SPL

tien.fong.chee at intel.com tien.fong.chee at intel.com
Tue Aug 29 10:45:44 UTC 2017


From: Tien Fong Chee <tien.fong.chee at intel.com>

This patch enables FAT file system support for SPL.

Signed-off-by: Tien Fong Chee <tien.fong.chee at intel.com>
---
 configs/socfpga_arria10_defconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/configs/socfpga_arria10_defconfig b/configs/socfpga_arria10_defconfig
index d555743..4238710 100644
--- a/configs/socfpga_arria10_defconfig
+++ b/configs/socfpga_arria10_defconfig
@@ -7,6 +7,7 @@ CONFIG_DEFAULT_DEVICE_TREE="socfpga_arria10_socdk_sdmmc"
 CONFIG_DEFAULT_FDT_FILE="socfpga_arria10_socdk_sdmmc.dtb"
 CONFIG_SPL=y
 CONFIG_SPL_FPGA_SUPPORT=y
+CONFIG_SPL_FAT_SUPPORT=y
 CONFIG_CMD_BOOTZ=y
 # CONFIG_CMD_IMLS is not set
 CONFIG_CMD_ASKENV=y
-- 
1.7.7.4



More information about the U-Boot mailing list