summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-10-24 09:51:48 -0400
committerTom Rini <trini@konsulko.com>2019-10-24 09:51:48 -0400
commit17fd9915a4c639381804ed28274fa136ae3b0bee (patch)
treeb4a8d53128b5d8c5a99cad01471f60729a664e20 /include/configs
parentc9e40996f916671d6c0b87207fdcd6aa85424c04 (diff)
parentc6ffc0d62faf1199a664fb17a8604fa9747ea29c (diff)
downloadu-boot-17fd9915a4c639381804ed28274fa136ae3b0bee.tar.gz
u-boot-17fd9915a4c639381804ed28274fa136ae3b0bee.tar.xz
u-boot-17fd9915a4c639381804ed28274fa136ae3b0bee.zip
Merge branch '2019-10-24-UFS-support'
- Add Universal Flash Storage (UFS) support
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/j721e_evm.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/j721e_evm.h b/include/configs/j721e_evm.h
index 8d4040df9b..639d87a4e5 100644
--- a/include/configs/j721e_evm.h
+++ b/include/configs/j721e_evm.h
@@ -13,6 +13,7 @@
#include <config_distro_bootcmd.h>
#include <environment/ti/mmc.h>
#include <environment/ti/k3_rproc.h>
+#include <environment/ti/ufs.h>
#define CONFIG_ENV_SIZE (128 << 10)
@@ -106,7 +107,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 <configs/ti_armv7_common.h>