pci: pci_mvebu: Use global MBUS_PCI_MEM_SIZE macro
authorPali Rohár <pali@kernel.org>
Sat, 6 Nov 2021 11:16:12 +0000 (12:16 +0100)
committerStefan Roese <sr@denx.de>
Wed, 10 Nov 2021 11:08:06 +0000 (12:08 +0100)
commitcbf0d3a56df398353c4593ba717488eed79268c8
tree597749a375cba9ff98db0220d0b56fa488fc875a
parent75176dc863401b351de1eb71cc879cf4cb4a11b3
pci: pci_mvebu: Use global MBUS_PCI_MEM_SIZE macro

Header file mach/cpu.h already defines MBUS_PCI_MEM_SIZE macro which
defines size of MBUS_PCI_MEM_BASE window. So use global MBUS_PCI_MEM_SIZE
macro instead of locally defined PCIE_MEM_SIZE macro. Both macros have same
definition.

Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Stefan Roese <sr@denx.de>
drivers/pci/pci_mvebu.c