summaryrefslogtreecommitdiff
path: root/include/configs/am65x_evm.h
diff options
context:
space:
mode:
authorFaiz Abbas <faiz_abbas@ti.com>2020-08-03 09:05:14 +0300
committerLokesh Vutla <lokeshvutla@ti.com>2020-08-11 18:04:46 +0300
commiteb5bf2f3b6eca92699b6658045f3b8114722fab1 (patch)
tree68491d29b4286cf21dd997794bcebe747e6118a5 /include/configs/am65x_evm.h
parentb528c725e70d93373c1868ee1193174303eb0c60 (diff)
downloadu-boot-eb5bf2f3b6eca92699b6658045f3b8114722fab1.tar.xz
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/configs/am65x_evm.h')
-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 9b19d7c319..df0605657a 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>