diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-23 08:20:55 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-23 08:20:55 -0400 |
commit | 4ff63383e3497389e66cf70943a83bdb1810462a (patch) | |
tree | 0233d39a429bd73a6c64e1c1929d10e2c22b8b11 /include/configs/mx6cuboxi.h | |
parent | 7635defaf2c65755a19e6faa08d604421ad2a06f (diff) | |
parent | 824e6fe0ae0280cabd9df763fbc3bbaca2682b32 (diff) |
Merge tag 'u-boot-imx-20200623' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
Fixes for 2020.07
-----------------
Travis: https://travis-ci.org/github/sbabic/u-boot-imx/builds/701059103
- Fixes for atheros and cubox
- Toradex: mostly environment
- i.MX7: DDR fixes
- switch to DM
- sabrelite : fix MMC access
Diffstat (limited to 'include/configs/mx6cuboxi.h')
-rw-r--r-- | include/configs/mx6cuboxi.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/mx6cuboxi.h b/include/configs/mx6cuboxi.h index 2ccf44e573..96f79e6b58 100644 --- a/include/configs/mx6cuboxi.h +++ b/include/configs/mx6cuboxi.h @@ -29,12 +29,6 @@ #define CONFIG_LBA48 #endif -/* Ethernet Configuration */ -#define CONFIG_FEC_MXC -#define IMX_FEC_BASE ENET_BASE_ADDR -#define CONFIG_FEC_XCV_TYPE RGMII -#define CONFIG_FEC_MXC_PHYADDR 0 - /* Framebuffer */ #define CONFIG_VIDEO_BMP_RLE8 #define CONFIG_SPLASH_SCREEN |