summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhoronzhuk, Ivan <ivan.khoronzhuk@ti.com>2014-11-04 18:06:27 +0200
committerTom Rini <trini@ti.com>2014-11-06 11:04:39 -0500
commit15bbafadda49919c09fc7f9c5b9e21f29238874e (patch)
tree794cf2375b61bc97cc43364ef33a830eb8d6b2aa
parentdd31079edef6703a2ed0e5b1747b2db19e3ec13c (diff)
downloadblackbird-obmc-uboot-15bbafadda49919c09fc7f9c5b9e21f29238874e.tar.gz
blackbird-obmc-uboot-15bbafadda49919c09fc7f9c5b9e21f29238874e.zip
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: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com> Reviewed-by: Tom Rini <trini@ti.com>
-rw-r--r--include/configs/ks2_evm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/ks2_evm.h b/include/configs/ks2_evm.h
index 39973e805d..dd5050fbe9 100644
--- a/include/configs/ks2_evm.h
+++ b/include/configs/ks2_evm.h
@@ -224,6 +224,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
OpenPOWER on IntegriCloud