[U-Boot] [U-boot] [Patch v2] ks2_evm: config: enable fatload command

Ivan Khoronzhuk ivan.khoronzhuk at ti.com
Tue Nov 4 17:06:27 CET 2014


The keystone2 evm can boot from USB partition with FAT32 FS, so
enable generic load command and fatload command usage.

Acked-by: Murali Karicheri <m-karicheri2 at ti.com>
Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk at ti.com>
---

v2..v1:
	- enabled generic load command

 include/configs/ks2_evm.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/ks2_evm.h b/include/configs/ks2_evm.h
index b30e72f..bddbb1c 100644
--- a/include/configs/ks2_evm.h
+++ b/include/configs/ks2_evm.h
@@ -225,6 +225,8 @@
 #define CONFIG_CMD_SF
 #define CONFIG_CMD_EEPROM
 #define CONFIG_CMD_USB
+#define CONFIG_CMD_FAT
+#define CONFIG_CMD_FS_GENERIC
 
 /* U-Boot general configuration */
 #define CONFIG_SYS_GENERIC_BOARD
-- 
1.9.1



More information about the U-Boot mailing list