commit | f95cfeb92cc7c372c90dd883f117bd20ecb9181e | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed Jun 05 07:26:44 2019 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 21 10:07:11 2019 -0400 |
tree | 03d3b9aabe6b60a7337a4270d9c450b004232614 | |
parent | 279fd6446ba5edbeb4d2f66483d74bd71e23ca1d [diff] |
pci: Avoid assigning PCI resources that are below 0x1000 commit b7598a43f2b4 ("[PATCH] Avoid assigning PCI resources from zero address") only moved the bus lower address to 0x1000 if the given bus start address is zero. The comment said 0x1000 is a reasonable starting value, hence we'd better apply the same adjustment when the given bus start address is below 0x1000. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de>