summaryrefslogtreecommitdiff
path: root/include/configs/cl-som-am57x.h
diff options
context:
space:
mode:
authorUri Mashiach <uri.mashiach@compulab.co.il>2017-05-17 14:29:25 (GMT)
committerTom Rini <trini@konsulko.com>2017-06-05 18:13:00 (GMT)
commit5c291bef30e10bb6fed4f65c1f7a4d58c20eb8a6 (patch)
tree187f227e4453302d14d429d066a9455f2587fdc0 /include/configs/cl-som-am57x.h
parentd7579757378466fa3e091df9e86b4be87dc4ed1b (diff)
downloadu-boot-5c291bef30e10bb6fed4f65c1f7a4d58c20eb8a6.tar.xz
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 'include/configs/cl-som-am57x.h')
-rw-r--r--include/configs/cl-som-am57x.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/cl-som-am57x.h b/include/configs/cl-som-am57x.h
index 96e5c9c..33626f7 100644
--- a/include/configs/cl-som-am57x.h
+++ b/include/configs/cl-som-am57x.h
@@ -42,9 +42,9 @@
#define CONFIG_SPL_SPI_FLASH_SUPPORT
#define CONFIG_SPL_SPI_LOAD
-/* SD/MMC RAW boot */
-#undef CONFIG_SPL_FS_LOAD_PAYLOAD_NAME
-#undef CONFIG_SYS_MMCSD_FS_BOOT_PARTITION
+/* SD/MMC RAW/FS boot */
+#define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot.img"
+#define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION 1
/* Environment */
#define CONFIG_ENV_SIZE (16 << 10) /* 16 KiB env size */