Re: [U-Boot] [PATCH] qemu-ppce500: pass 'range_id' around in pci_map_region

2015-12-21 Thread Bin Meng
On Mon, Dec 21, 2015 at 5:19 PM, Miao Yan wrote: > In pci_map_region(), pass 'range_id' to fdt_read_range(), > otherwise the same address will be mapped again in other > calls to pci_map_region() > > Signed-off-by: Miao Yan > --- >

Re: [U-Boot] [PATCH] qemu-ppce500: pass 'range_id' around in pci_map_region

2015-12-21 Thread Alexander Graf
On 21.12.15 10:19, Miao Yan wrote: > In pci_map_region(), pass 'range_id' to fdt_read_range(), > otherwise the same address will be mapped again in other > calls to pci_map_region() > > Signed-off-by: Miao Yan Oops :). Reviewed-by: Alexander Graf Alex

[U-Boot] [PATCH] qemu-ppce500: pass 'range_id' around in pci_map_region

2015-12-21 Thread Miao Yan
In pci_map_region(), pass 'range_id' to fdt_read_range(), otherwise the same address will be mapped again in other calls to pci_map_region() Signed-off-by: Miao Yan --- board/freescale/qemu-ppce500/qemu-ppce500.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff