diff options
author | Tom Rini <trini@konsulko.com> | 2020-02-10 09:04:11 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-02-10 09:04:11 -0500 |
commit | c998cbea872f7ff9cc0a4887658112abe007bf94 (patch) | |
tree | 5ae0bc3544afea06c3cf41a96ff696fe6874b852 /include/configs/mx6ul_14x14_evk.h | |
parent | 2a1d54b37275a6358306456fb2b228ae872ed95d (diff) | |
parent | a19d73708fc017475e5635b4809b6b07c6a61afd (diff) |
Merge tag 'u-boot-imx-20200210' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
- Convert to DM:
- bx50v3, mx53ppd, novena, mx6sabresd
- Fixes for Xea Board
- Toradex im8m Verdin
- Cleanup (warp7, mx6sxsabresd)
Travis : https://travis-ci.org/sbabic/u-boot-imx/builds/648131788
Diffstat (limited to 'include/configs/mx6ul_14x14_evk.h')
-rw-r--r-- | include/configs/mx6ul_14x14_evk.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/mx6ul_14x14_evk.h b/include/configs/mx6ul_14x14_evk.h index 5cc15b6d2f..f347eeb39f 100644 --- a/include/configs/mx6ul_14x14_evk.h +++ b/include/configs/mx6ul_14x14_evk.h @@ -44,11 +44,6 @@ #define CONFIG_SYS_I2C_SPEED 100000 #endif -/* Note: This is incorrect and should move to Kconfig / defconfig */ -#ifdef CONFIG_DM_GPIO -#define CONFIG_DM_74X164 -#endif - #define CONFIG_SYS_MMC_IMG_LOAD_PART 1 #define CONFIG_EXTRA_ENV_SETTINGS \ |