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-kariche...@ti.com> Signed-off-by: Ivan Khoronzhuk <ivan.khoronz...@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 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot