]> git.sur5r.net Git - u-boot/commit
pci: Device scanning range fix
authorYoshinori Sato <ysato@users.sourceforge.jp>
Mon, 25 Apr 2016 06:41:01 +0000 (15:41 +0900)
committerTom Rini <trini@konsulko.com>
Mon, 25 Apr 2016 19:10:43 +0000 (15:10 -0400)
commit6d9f5b035d73129fe0ba4c0d28af55ee565e2490
tree35bd8c6a0919db68340d1f4639437d1b21f55395
parentcacd1d2f33da2d78e8568f2e48539a4a57de20ae
pci: Device scanning range fix

The terminal condition in the area where a PCI device is scanned is wrong,
and 1f.7 isn't scanned.

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/pci/pci-uclass.c