aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2021-11-24 18:00:30 +0100
committerTom Rini <trini@konsulko.com>2022-01-12 14:21:24 -0500
commitca4b097d7ba88778189ae36b549ea81be89db650 (patch)
treeb7d819e26bc34a8d87f70245a77439e5b251e695 /board
parentf0c91296015a5976a7b4a6c01892a404c18ced83 (diff)
downloadu-boot-ca4b097d7ba88778189ae36b549ea81be89db650.zip
u-boot-ca4b097d7ba88778189ae36b549ea81be89db650.tar.gz
u-boot-ca4b097d7ba88778189ae36b549ea81be89db650.tar.bz2
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>
Diffstat (limited to 'board')
-rw-r--r--board/armltd/vexpress64/pcie.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/board/armltd/vexpress64/pcie.c b/board/armltd/vexpress64/pcie.c
index 733b190..1e74158 100644
--- a/board/armltd/vexpress64/pcie.c
+++ b/board/armltd/vexpress64/pcie.c
@@ -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)