diff options
| author | Tom Rini <trini@konsulko.com> | 2021-04-22 11:29:32 -0400 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2021-04-22 11:29:32 -0400 |
| commit | 275a4490fd2f30df76f2aa07efa0f595fef4d46f (patch) | |
| tree | dfa7b276bfc969aa47bce0030d0057f4caa5bf9a /include | |
| parent | 842d049be23976ebcbb2522fa8d752d3aae8631a (diff) | |
| parent | d410dc88021719cbd4f360d653642410fa5e6e42 (diff) | |
| download | u-boot-275a4490fd2f30df76f2aa07efa0f595fef4d46f.tar.gz u-boot-275a4490fd2f30df76f2aa07efa0f595fef4d46f.tar.xz u-boot-275a4490fd2f30df76f2aa07efa0f595fef4d46f.zip | |
Merge branch '2021-04-22-udoo_neo-update'
- Update the udoo_neo platform for DM support
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/udoo_neo.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/configs/udoo_neo.h b/include/configs/udoo_neo.h index 4935a2b363..b6f75c9262 100644 --- a/include/configs/udoo_neo.h +++ b/include/configs/udoo_neo.h @@ -83,14 +83,4 @@ #define CONFIG_POWER_PFUZE3000_I2C_ADDR 0x08 #define PFUZE3000_I2C_BUS 0 -/* Network */ -#define CONFIG_FEC_MXC - -#define CONFIG_FEC_ENET_DEV 0 -#define IMX_FEC_BASE ENET_BASE_ADDR -#define CONFIG_FEC_MXC_PHYADDR 0x0 - -#define CONFIG_FEC_XCV_TYPE RMII -#define CONFIG_ETHPRIME "FEC0" - #endif /* __CONFIG_H */ |
