]> git.baikalelectronics.ru Git - uboot.git/commit
pci: Fix configuring BARs
authorPali Rohár <pali@kernel.org>
Thu, 7 Oct 2021 12:50:59 +0000 (14:50 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 14 Oct 2021 23:45:07 +0000 (19:45 -0400)
commit17cc8f9e390d749a1e3734a311f843d76b9c7c37
treefb575379a5b49586d29e619f4357aa3a41bad517
parent918676b6385079581e345ac9877156a6d5f2a3ac
pci: Fix configuring BARs

Number of BARs is defined by header type, not by class code.

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