]> git.ipfire.org Git - people/ms/u-boot.git/commit
pci: Fix decode regions for memory banks
authorBernhard Messerklinger <bernhard.messerklinger@br-automation.com>
Thu, 15 Feb 2018 07:59:53 +0000 (08:59 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 23 Feb 2018 15:40:50 +0000 (10:40 -0500)
commit664758c3dd1cf9c892ce98112e629cb032ac64aa
tree691f1c0252f2ac697744c53b1c729af8a9b2d26d
parent4be9f1f25d331a717a12ce7ac560b8534a4e2e7c
pci: Fix decode regions for memory banks

Since memory banks may not be located behind each other we need to add
them separately.

Signed-off-by: Bernhard Messerklinger <bernhard.messerklinger@br-automation.com>
Reviewed-by: Hannes Schmelzer <hannes.schmelzer@br-automation.com>
drivers/pci/pci-uclass.c