diff options
author | Faiz Abbas <faiz_abbas@ti.com> | 2020-08-03 11:35:14 +0530 |
---|---|---|
committer | Lokesh Vutla <lokeshvutla@ti.com> | 2020-08-11 20:34:46 +0530 |
commit | eb5bf2f3b6eca92699b6658045f3b8114722fab1 (patch) | |
tree | 68491d29b4286cf21dd997794bcebe747e6118a5 /include | |
parent | b528c725e70d93373c1868ee1193174303eb0c60 (diff) |
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.h | 2 |
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> |