From 13b6770c0513eb80596c862b0c513101b5449934 Mon Sep 17 00:00:00 2001 From: Faiz Abbas Date: Tue, 15 Oct 2019 18:24:41 +0530 Subject: env: ti: Add environment variables to boot from UFS Add environment variables to boot kernel from a filesystem contained in the 2nd UFS LUN. The user can boot from a ufs filesystem just by entering the following commands. => setenv boot ufs => boot Signed-off-by: Faiz Abbas --- include/configs/j721e_evm.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/configs') diff --git a/include/configs/j721e_evm.h b/include/configs/j721e_evm.h index dbe226b46d..73547b5db1 100644 --- a/include/configs/j721e_evm.h +++ b/include/configs/j721e_evm.h @@ -13,6 +13,7 @@ #include #include #include +#include #define CONFIG_ENV_SIZE (128 << 10) @@ -103,7 +104,8 @@ DEFAULT_MMC_TI_ARGS \ EXTRA_ENV_J721E_BOARD_SETTINGS \ EXTRA_ENV_J721E_BOARD_SETTINGS_MMC \ - EXTRA_ENV_RPROC_SETTINGS + EXTRA_ENV_RPROC_SETTINGS \ + DEFAULT_UFS_TI_ARGS /* Now for the remaining common defines */ #include -- cgit