summaryrefslogtreecommitdiffstats
path: root/board/pcippc2/cpc710_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/pcippc2/cpc710_pci.c')
-rw-r--r--board/pcippc2/cpc710_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/pcippc2/cpc710_pci.c b/board/pcippc2/cpc710_pci.c
index 9975cdaa58..bed8aeab09 100644
--- a/board/pcippc2/cpc710_pci.c
+++ b/board/pcippc2/cpc710_pci.c
@@ -53,7 +53,7 @@ void cpc710_pci_init (void)
u32 sdram_size = pcippc2_sdram_size();
cpc710_mapped_ram = sdram_size < PCI_MEMORY_MAXSIZE ?
- sdram_size : PCI_MEMORY_MAXSIZE;
+ sdram_size : PCI_MEMORY_MAXSIZE;
/* Select the local PCI
*/
OpenPOWER on IntegriCloud