diff options
Diffstat (limited to 'board/freescale/mpc8360emds/pci.c')
| -rw-r--r-- | board/freescale/mpc8360emds/pci.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/freescale/mpc8360emds/pci.c b/board/freescale/mpc8360emds/pci.c index 935aca26d..7ac35dced 100644 --- a/board/freescale/mpc8360emds/pci.c +++ b/board/freescale/mpc8360emds/pci.c @@ -228,7 +228,7 @@ void pci_init_board(void)  		       CONFIG_SYS_PCI_SLV_MEM_LOCAL,  		       CONFIG_SYS_PCI_SLV_MEM_BUS,  		       CONFIG_SYS_PCI_SLV_MEM_SIZE, -		       PCI_REGION_MEM | PCI_REGION_MEMORY); +		       PCI_REGION_MEM | PCI_REGION_SYS_MEMORY);  	hose[0].region_count = 4; |