pci: Mark 64bit Memory BARs as such
Just a bit more info to the reader. Signed-off-by: Phil Sutter <phil@nwl.cc> Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
@@ -88,8 +88,9 @@ static void dm_pciauto_setup_device(struct udevice *dev, int bars_num,
|
|||||||
else
|
else
|
||||||
bar_res = mem;
|
bar_res = mem;
|
||||||
|
|
||||||
debug("PCI Autoconfig: BAR %d, %s, size=0x%llx, ",
|
debug("PCI Autoconfig: BAR %d, %s%s, size=0x%llx, ",
|
||||||
bar_nr, bar_res == prefetch ? "Prf" : "Mem",
|
bar_nr, bar_res == prefetch ? "Prf" : "Mem",
|
||||||
|
found_mem64 ? "64" : "",
|
||||||
(unsigned long long)bar_size);
|
(unsigned long long)bar_size);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user