summaryrefslogtreecommitdiffstats
path: root/board/lantec/lantec.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/lantec/lantec.c')
-rw-r--r--board/lantec/lantec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/lantec/lantec.c b/board/lantec/lantec.c
index aa96a16c51..417dbbb05b 100644
--- a/board/lantec/lantec.c
+++ b/board/lantec/lantec.c
@@ -171,7 +171,7 @@ long int initdram (int board_type)
* Check Bank 0 Memory Size for re-configuration
*/
size_b0 = dram_size (CFG_MAMR_8COL,
- (ulong *) SDRAM_BASE3_PRELIM, SDRAM_MAX_SIZE);
+ (long *) SDRAM_BASE3_PRELIM, SDRAM_MAX_SIZE);
memctl->memc_mamr = CFG_MAMR_8COL | MAMR_PTAE;
OpenPOWER on IntegriCloud