]> git.sur5r.net Git - u-boot/commit
dm: pci: Set up the SDRAM mapping correctly
authorSimon Glass <sjg@chromium.org>
Fri, 20 Nov 2015 03:26:57 +0000 (20:26 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 1 Dec 2015 13:26:36 +0000 (06:26 -0700)
commit2084c5af6dc03b500622ae8844bc69cc5a8e51fb
treebe9de994822a5b57318bf3cf3554dda701c57090
parent871bc923740538959dff818f382cbcce0282fa52
dm: pci: Set up the SDRAM mapping correctly

SDRAM doesn't always start at 0. Adjust the region mapping so that it works
on platforms where SDRAM is somewhere else.

This needs testing on other platforms.

Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Stephen Warren <swarren@nvidia.com>
drivers/pci/pci-uclass.c