diff options
author | Tom Rini <trini@konsulko.com> | 2020-03-10 13:13:08 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-03-10 13:13:08 -0400 |
commit | 3a1cb953085ecca1dd2f87288375801ebd580bab (patch) | |
tree | 3a7bacdbbd6ac9a5d3fe98f1eeb67a30ffac90e4 /include/configs/mx6slevk.h | |
parent | b62cd976543ae1b90050346c870d8357d749fe2d (diff) | |
parent | 9f656fbee3b433ae1e9daf5d92d46bbdcc9551eb (diff) |
Merge tag 'u-boot-imx-20200310' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
Fixes for 2020.04
-----------------
- DM : mx6sabresd
- mx6ul_14x14_evk: fix video
- mx8qxp; fix console for booting
- sync DTS with kernel (imx6sx)
- drop obsolete woodburn (mx35)
Travis: https://travis-ci.org/sbabic/u-boot-imx/builds/660550811
Diffstat (limited to 'include/configs/mx6slevk.h')
-rw-r--r-- | include/configs/mx6slevk.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h index 6b2a174e7a..193931b91b 100644 --- a/include/configs/mx6slevk.h +++ b/include/configs/mx6slevk.h @@ -32,13 +32,6 @@ #define CONFIG_SYS_I2C_MXC_I2C3 /* enable I2C bus 3 */ #define CONFIG_SYS_I2C_SPEED 100000 -#define CONFIG_FEC_MXC -#define IMX_FEC_BASE ENET_BASE_ADDR -#define CONFIG_FEC_XCV_TYPE RMII -#define CONFIG_FEC_MXC_PHYADDR 0 - -#define CONFIG_PHY_SMSC - #define CONFIG_EXTRA_ENV_SETTINGS \ "script=boot.scr\0" \ "image=zImage\0" \ |