summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJudith Mendez <jm@ti.com>2022-12-06 12:12:03 -0600
committerPraneeth Bajjuri <praneeth@ti.com>2022-12-16 17:29:55 -0600
commit0ddeb95e1f95a913ff25fe0e62d7f9bccd69ed5c (patch)
tree8ded2f19f9c144e26966399b494c655e169a0995 /include
parentf7971a38bac82df44124449c71ee04fb4de5a08c (diff)
include: configs: am62ax_evm: Enable FIT_ARGS for am62ax devices
Enable FIT_ARGS, which will export default value for variables needed to load fitImage at u-boot prompt. Signed-off-by: Judith Mendez <jm@ti.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/am62ax_evm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/am62ax_evm.h b/include/configs/am62ax_evm.h
index f12e92df85..7923be8558 100644
--- a/include/configs/am62ax_evm.h
+++ b/include/configs/am62ax_evm.h
@@ -93,6 +93,7 @@
/* Incorporate settings into the U-Boot environment */
#define CONFIG_EXTRA_ENV_SETTINGS \
DEFAULT_LINUX_BOOT_ENV \
+ DEFAULT_FIT_TI_ARGS \
DEFAULT_MMC_TI_ARGS \
EXTRA_ENV_AM62A7_BOARD_SETTINGS \
EXTRA_ENV_AM62A7_BOARD_SETTINGS_MMC \