Skip to content
Snippets Groups Projects
Commit 15bbafad authored by Khoronzhuk, Ivan's avatar Khoronzhuk, Ivan Committed by Tom Rini
Browse files

ks2_evm: config: enable fatload command


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

Acked-by: default avatarMurali Karicheri <m-karicheri2@ti.com>
Signed-off-by: default avatarIvan Khoronzhuk <ivan.khoronzhuk@ti.com>
Reviewed-by: default avatarTom Rini <trini@ti.com>
parent dd31079e
No related branches found
No related tags found
No related merge requests found
...@@ -224,6 +224,8 @@ ...@@ -224,6 +224,8 @@
#define CONFIG_CMD_SF #define CONFIG_CMD_SF
#define CONFIG_CMD_EEPROM #define CONFIG_CMD_EEPROM
#define CONFIG_CMD_USB #define CONFIG_CMD_USB
#define CONFIG_CMD_FAT
#define CONFIG_CMD_FS_GENERIC
/* U-Boot general configuration */ /* U-Boot general configuration */
#define CONFIG_SYS_GENERIC_BOARD #define CONFIG_SYS_GENERIC_BOARD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment