mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
vexpress64: Remove unused macro XR3PCI_ECAM_OFFSET
Macro XR3PCI_ECAM_OFFSET is unused and in case it would be needed in future it can be replaced by standard PCIE_ECAM_OFFSET macro from pci.h file. Signed-off-by: Pali Rohár <pali@kernel.org>
This commit is contained in:
parent
f0c9129601
commit
ca4b097d7b
1 changed files with 0 additions and 4 deletions
|
@ -56,10 +56,6 @@
|
|||
#define XR3PCI_ATR_TRSLID_PCIE_IO (0x020000)
|
||||
#define XR3PCI_ATR_TRSLID_PCIE_MEMORY (0x000000)
|
||||
|
||||
#define XR3PCI_ECAM_OFFSET(b, d, o) (((b) << 20) | \
|
||||
(PCI_SLOT(d) << 15) | \
|
||||
(PCI_FUNC(d) << 12) | o)
|
||||
|
||||
#define JUNO_RESET_CTRL 0x1004
|
||||
#define JUNO_RESET_CTRL_PHY BIT(0)
|
||||
#define JUNO_RESET_CTRL_RC BIT(1)
|
||||
|
|
Loading…
Reference in a new issue