mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
net: zynq: Remove unused MDCCLKDIV2 macro
Driver cleanup. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
This commit is contained in:
parent
242b15476c
commit
2889659a55
1 changed files with 0 additions and 1 deletions
|
@ -59,7 +59,6 @@
|
|||
#define ZYNQ_GEM_NWCFG_FDEN 0x000000002 /* Full Duplex mode */
|
||||
#define ZYNQ_GEM_NWCFG_FSREM 0x000020000 /* FCS removal */
|
||||
#define ZYNQ_GEM_NWCFG_MDCCLKDIV 0x000080000 /* Div pclk by 32, 80MHz */
|
||||
#define ZYNQ_GEM_NWCFG_MDCCLKDIV2 0x0000c0000 /* Div pclk by 48, 120MHz */
|
||||
|
||||
#ifdef CONFIG_ARM64
|
||||
# define ZYNQ_GEM_DBUS_WIDTH (1 << 21) /* 64 bit bus */
|
||||
|
|
Loading…
Add table
Reference in a new issue