[U-Boot] [U-boot] [Patch] ks2_evm: config: enable fatload command
Ivan Khoronzhuk
ivan.khoronzhuk at ti.com
Wed Oct 29 15:28:56 CET 2014
The keystone2 evm can boot from USB partition with FAT32 FS, so
enable fatload command usage.
Acked-by: Murali Karicheri <m-karicheri2 at ti.com>
Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk at ti.com>
---
include/configs/ks2_evm.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/ks2_evm.h b/include/configs/ks2_evm.h
index b30e72f..e5e628f 100644
--- a/include/configs/ks2_evm.h
+++ b/include/configs/ks2_evm.h
@@ -225,6 +225,7 @@
#define CONFIG_CMD_SF
#define CONFIG_CMD_EEPROM
#define CONFIG_CMD_USB
+#define CONFIG_CMD_FAT
/* U-Boot general configuration */
#define CONFIG_SYS_GENERIC_BOARD
--
1.8.3.2
More information about the U-Boot
mailing list