mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 23:51:33 +00:00
net: dwc_eth_qos: cosmetic: remove unused define EQOS_DESCRIPTOR_ALIGN
Remove the define EQOS_DESCRIPTOR_ALIGN unused since the
commit 6f1e668d96
("net: dwc_eth_qos: Pad descriptors to cacheline size")
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Acked-by: Marek Vasut <marex@denx.de>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
This commit is contained in:
parent
515ed9df24
commit
036e3622bf
1 changed files with 0 additions and 2 deletions
|
@ -238,8 +238,6 @@ struct eqos_tegra186_regs {
|
|||
#define EQOS_AUTO_CAL_STATUS_ACTIVE BIT(31)
|
||||
|
||||
/* Descriptors */
|
||||
/* We assume ARCH_DMA_MINALIGN >= 16; 16 is the EQOS HW minimum */
|
||||
#define EQOS_DESCRIPTOR_ALIGN ARCH_DMA_MINALIGN
|
||||
#define EQOS_DESCRIPTORS_TX 4
|
||||
#define EQOS_DESCRIPTORS_RX 4
|
||||
#define EQOS_DESCRIPTORS_NUM (EQOS_DESCRIPTORS_TX + EQOS_DESCRIPTORS_RX)
|
||||
|
|
Loading…
Reference in a new issue