On Fri, 26 Nov 2021 at 03:43, Pali Rohár <[email protected]> wrote: > > PCI gt64120 driver uses standard format of Config Address for PCI > Configuration Mechanism #1. > > So use new U-Boot macro PCI_CONF1_ADDRESS() and remove old custom driver > address macros. > > Signed-off-by: Pali Rohár <[email protected]> > --- > drivers/pci/pci_gt64120.c | 7 ++----- > include/gt64120.h | 12 ------------ > 2 files changed, 2 insertions(+), 17 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

