Re: [PATCH u-boot-next 1/4] vexpress64: Remove unused macro XR3PCI_ECAM_OFFSET

2022-01-12 Thread Tom Rini
On Wed, Nov 24, 2021 at 06:00:30PM +0100, Pali Rohár wrote: > 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 Applied to u-boot/master, thanks! -- Tom signature

[PATCH u-boot-next 1/4] vexpress64: Remove unused macro XR3PCI_ECAM_OFFSET

2021-11-24 Thread Pali Rohár
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 --- board/armltd/vexpress64/pcie.c | 4 1 file changed, 4 deletions(-) diff --git a/board/armltd/vexpress64/pcie.c b/