Tom, On Thu, Dec 21, 2023 at 9:53 AM Tom Rini <tr...@konsulko.com> wrote: > > On Sun, Dec 17, 2023 at 12:52:09AM +0000, Moritz Fischer wrote: > > > Allow dm_pci_map_bar() usage on systems with CONFIG_SYS_PCI_64BIT. > > > > Reviewed-by: Philip Oberfichtner <p...@denx.de> > > Reviewed-by: Simon Glass <s...@chromium.org> > > Signed-off-by: Moritz Fischer <mori...@google.com> > > This causes a failure to build on qemu_arm and a number of other > platforms, thanks.
Argh, yes, I got got by the IS_ENABLED(). Switching it to #if defined(CONFIG_SYS_PCI_64BIT) makes it work. Sorry, let me resend this. - Moritz