
4 Nov
2014
4 Nov
'14
5:06 p.m.
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@ti.com Signed-off-by: Ivan Khoronzhuk ivan.khoronzhuk@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