aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFaiz Abbas <faiz_abbas@ti.com>2020-08-03 11:35:14 +0530
committerLokesh Vutla <lokeshvutla@ti.com>2020-08-11 20:34:46 +0530
commiteb5bf2f3b6eca92699b6658045f3b8114722fab1 (patch)
tree68491d29b4286cf21dd997794bcebe747e6118a5 /include
parentb528c725e70d93373c1868ee1193174303eb0c60 (diff)
downloadu-boot-eb5bf2f3b6eca92699b6658045f3b8114722fab1.zip
u-boot-eb5bf2f3b6eca92699b6658045f3b8114722fab1.tar.gz
u-boot-eb5bf2f3b6eca92699b6658045f3b8114722fab1.tar.bz2
configs: am65x_evm_a53: Enable USB Mass storage and DFU boot modes
Enable configs to facilitate booting from USB Mass Storage devices as well as USB peripheral boot Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/am65x_evm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/am65x_evm.h b/include/configs/am65x_evm.h
index 9b19d7c..df06056 100644
--- a/include/configs/am65x_evm.h
+++ b/include/configs/am65x_evm.h
@@ -142,6 +142,8 @@
EXTRA_ENV_RPROC_SETTINGS \
EXTRA_ENV_DFUARGS
+#define CONFIG_SYS_USB_FAT_BOOT_PARTITION 1
+
/* Now for the remaining common defines */
#include <configs/ti_armv7_common.h>