commit | 512b021be650fb4f08d476e58fd89da550a47ad5 | [log] [tgz] |
---|---|---|
author | Moritz Fischer <moritzf@google.com> | Wed Jan 10 04:59:02 2024 +0000 |
committer | Tom Rini <trini@konsulko.com> | Thu Jan 18 20:24:13 2024 -0500 |
tree | 4e8d159c1b5f0138c852d987af38f7da2e5f0980 | |
parent | 479f54a138e7980c9302858038cbc12c7bc5cd78 [diff] |
drivers: pci: Fix dm_pci_map_bar() to support 64b BARs This enables 64b BARs if CONFIG_SYS_PCI_64BIT is enabled. Reviewed-by: Philip Oberfichtner <pro@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Moritz Fischer <moritzf@google.com>