summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-10-24 07:32:21 -0400
committerTom Rini <trini@konsulko.com>2019-10-24 07:32:21 -0400
commitc9e40996f916671d6c0b87207fdcd6aa85424c04 (patch)
tree3a04a1cefdf057bf0a902aa14edbe5800fd29fce /include/configs
parent680023c5fab6b1777c0c6f2e76e5d2effb7903a0 (diff)
parenta360e42216d5c43e28ed067b6e1c48d00cd4763f (diff)
downloadu-boot-c9e40996f916671d6c0b87207fdcd6aa85424c04.tar.gz
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellWIP/24Oct2019
- Add support for HyperBus Memory Controller of TI's J721e and AM654 SoCs (Vignesh)
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/j721e_evm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/j721e_evm.h b/include/configs/j721e_evm.h
index dbe226b46d..8d4040df9b 100644
--- a/include/configs/j721e_evm.h
+++ b/include/configs/j721e_evm.h
@@ -56,6 +56,9 @@
#define CONFIG_SYS_BOOTM_LEN SZ_64M
#define CONFIG_CQSPI_REF_CLK 133333333
+/* HyperFlash related configuration */
+#define CONFIG_SYS_MAX_FLASH_BANKS_DETECT 1
+
/* U-Boot general configuration */
#define EXTRA_ENV_J721E_BOARD_SETTINGS \
"default_device_tree=" CONFIG_DEFAULT_DEVICE_TREE ".dtb\0" \