summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBryan Brattlof <bb@ti.com>2023-01-11 15:05:25 +0530
committerAnand Gadiyar <gadiyar@ti.com>2023-01-11 18:26:52 -0600
commit2f69d81386d4e3fc1c35f55fee8fb795b97bca6e (patch)
tree92454f1f34cc4f244ffda4ae7a8ec2882025d01a /include
parent4286f014b491da47544ed56ff50d5b63da68a6d5 (diff)
include: configs: am62ax_evm.h: Add DFU arguments
Add DFU arguments to environment settings Signed-off-by: Bryan Brattlof <bb@ti.com> Signed-off-by: Ravi Gunasekaran <r-gunasekaran@ti.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/am62ax_evm.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/include/configs/am62ax_evm.h b/include/configs/am62ax_evm.h
index d2192feb92..6c3a139cae 100644
--- a/include/configs/am62ax_evm.h
+++ b/include/configs/am62ax_evm.h
@@ -100,6 +100,12 @@
"1 /lib/firmware/am62a-c71_0-fw "
#endif
+#define EXTRA_ENV_DFUARGS \
+ DFU_ALT_INFO_MMC \
+ DFU_ALT_INFO_EMMC \
+ DFU_ALT_INFO_RAM \
+ DFU_ALT_INFO_OSPI
+
/* Incorporate settings into the U-Boot environment */
#define CONFIG_EXTRA_ENV_SETTINGS \
DEFAULT_LINUX_BOOT_ENV \
@@ -107,7 +113,8 @@
DEFAULT_MMC_TI_ARGS \
EXTRA_ENV_AM62A7_BOARD_SETTINGS \
EXTRA_ENV_AM62A7_BOARD_SETTINGS_MMC \
- EXTRA_ENV_RPROC_SETTINGS
+ EXTRA_ENV_RPROC_SETTINGS \
+ EXTRA_ENV_DFUARGS
/* Now for the remaining common defines */
#include <configs/ti_armv7_common.h>