summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYogesh Siraswar <yogeshs@ti.com>2021-12-06 14:48:37 -0600
committerPraneeth Bajjuri <praneeth@ti.com>2021-12-06 15:28:58 -0600
commit15769936a559b1840f50b83f94ee0c636b245001 (patch)
tree5ca1afa37695fa7bc995f81860a688eff1628720 /include
parent2a5e83ab899a25522131f684e636ccbe12330c04 (diff)
configs: am64x: Add FIT ARGS for HS images
Add FIT ARGS required for loading FIT kernel images. Signed-off-by: Yogesh Siraswar <yogeshs@ti.com> [praneeth@ti.com: fix checkpatch warning on indentation] Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/am64x_evm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/am64x_evm.h b/include/configs/am64x_evm.h
index b010fff0e0..ae2d97a318 100644
--- a/include/configs/am64x_evm.h
+++ b/include/configs/am64x_evm.h
@@ -54,6 +54,8 @@
#define CONFIG_SYS_SPL_MALLOC_SIZE SZ_16M
#endif
+#define CONFIG_SYS_BOOTM_LEN SZ_64M
+
#define PARTS_DEFAULT \
/* Linux partitions */ \
"name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}\0"
@@ -142,6 +144,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_AM642_BOARD_SETTINGS \
EXTRA_ENV_AM642_BOARD_SETTINGS_MMC \