diff options
Diffstat (limited to 'board/sbc8548/sbc8548.c')
| -rw-r--r-- | board/sbc8548/sbc8548.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/sbc8548/sbc8548.c b/board/sbc8548/sbc8548.c index 519b0f749..a77942022 100644 --- a/board/sbc8548/sbc8548.c +++ b/board/sbc8548/sbc8548.c @@ -470,7 +470,7 @@ pci_init_board(void)  			       CONFIG_SYS_PCI_MEMORY_BUS,  			       CONFIG_SYS_PCI_MEMORY_PHYS,  			       CONFIG_SYS_PCI_MEMORY_SIZE, -			       PCI_REGION_MEM | PCI_REGION_MEMORY); +			       PCI_REGION_MEM | PCI_REGION_SYS_MEMORY);  		/* outbound memory */  		pci_set_region(r++, |