diff options
author | Tom Rini <trini@konsulko.com> | 2020-05-04 09:29:42 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-05-04 09:29:42 -0400 |
commit | 143414c03fa72468fa8ce0d1ded21a4a616400f9 (patch) | |
tree | 823d7657534ae619e6e937e2f7d303e64885fbab /include/configs/mx6ullevk.h | |
parent | 8510580f2e85a8687b40fe5fc3d8c060e5278505 (diff) | |
parent | ea0f768e2c835d2b77bdc1db7d4ab1416e45e432 (diff) |
Merge tag 'u-boot-imx-20200502' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
i.MX for 2020.07
----------------
- imxrt: fix LCD clock, fix doc
- new board: Coral Dev
- imx8: enable Cache in SPL. SNVS, update SCFW API
- imx8MM: fix reset, 8MQ quand and QuadLite, CPU speed grading
- MX6ULL : is_imx6ull to include i.MX6ULZ
- Net: add config to enable TXC delay
Travis: https://travis-ci.org/github/sbabic/u-boot-imx/builds/682033914
Diffstat (limited to 'include/configs/mx6ullevk.h')
-rw-r--r-- | include/configs/mx6ullevk.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/mx6ullevk.h b/include/configs/mx6ullevk.h index af335bcfff..3d42d26aa4 100644 --- a/include/configs/mx6ullevk.h +++ b/include/configs/mx6ullevk.h @@ -160,12 +160,6 @@ #define CONFIG_SOFT_SPI -#ifdef CONFIG_FSL_QSPI -#define CONFIG_SYS_FSL_QSPI_AHB -#define FSL_QSPI_FLASH_NUM 1 -#define FSL_QSPI_FLASH_SIZE SZ_32M -#endif - #ifdef CONFIG_CMD_NET #define CONFIG_FEC_ENET_DEV 1 #if (CONFIG_FEC_ENET_DEV == 0) |