diff options
author | Uri Mashiach <uri.mashiach@compulab.co.il> | 2017-05-17 17:29:25 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-06-05 14:13:00 -0400 |
commit | 5c291bef30e10bb6fed4f65c1f7a4d58c20eb8a6 (patch) | |
tree | 187f227e4453302d14d429d066a9455f2587fdc0 /configs/cl-som-am57x_defconfig | |
parent | d7579757378466fa3e091df9e86b4be87dc4ed1b (diff) | |
download | u-boot-5c291bef30e10bb6fed4f65c1f7a4d58c20eb8a6.tar.gz |
arm: am57xx: cl-som-am57x: support for FS boot
Supported boot devices are raw QSPI and raw SD card.
Add support for a FAT16/32 file system for SD card.
The SOC's boot ROM only supports FAT file system.
Therefore remove the SPL support for the EXT file system.
Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/cl-som-am57x_defconfig')
-rw-r--r-- | configs/cl-som-am57x_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/cl-som-am57x_defconfig b/configs/cl-som-am57x_defconfig index 8485137f1a..13458da8a5 100644 --- a/configs/cl-som-am57x_defconfig +++ b/configs/cl-som-am57x_defconfig @@ -5,6 +5,7 @@ CONFIG_TARGET_CL_SOM_AM57X=y # CONFIG_SPL_NAND_SUPPORT is not set CONFIG_VERSION_VARIABLE=y CONFIG_SPL=y +# CONFIG_SPL_EXT_SUPPORT is not set CONFIG_HUSH_PARSER=y CONFIG_CMD_BOOTZ=y # CONFIG_CMD_IMLS is not set |