]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc: fix pci window initialization to work with > 4GB DRAM
authorBecky Bruce <becky.bruce@freescale.com>
Mon, 27 Oct 2008 21:09:42 +0000 (16:09 -0500)
committerAndrew Fleming-AFLEMING <afleming@freescale.com>
Mon, 27 Oct 2008 21:27:58 +0000 (16:27 -0500)
commitcd4251624205cb97104f6e32679dc7754934f711
tree4135b28561bbedf8bd66615a7fa8c995a519071e
parent219542a1a66ca017b12860920714a9859b18a5d7
powerpc: fix pci window initialization to work with > 4GB DRAM

The existing code has a few errors that need to be fixed in
order to support large RAM sizes.  Fix those, and add a
comment to make it clearer.

Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
Acked-by: Kumar Gala <galak@kernel.crashing.org>
drivers/pci/fsl_pci_init.c