]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fsl_pci_init enable COMMAND_MEMORY if inbound window
authorEd Swarthout <Ed.Swarthout@freescale.com>
Fri, 19 Oct 2007 22:51:40 +0000 (17:51 -0500)
committerWolfgang Denk <wd@denx.de>
Tue, 23 Oct 2007 22:29:23 +0000 (00:29 +0200)
commitcb8250fe4b3c4ed549b270e8a20bc22060e7e1d2
tree1454ce86f409fc6095722529cae112f45380b428
parente9d0d527992566ebef9826962ff1745b2f082b92
fsl_pci_init enable COMMAND_MEMORY if inbound window

Patch 16e23c3f removed PCSRBAR allocation.  But passing zero windows
to pciauto_setup_device has the side effect of not getting
COMMAND_MEMORY set.

Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
drivers/fsl_pci_init.c