summaryrefslogtreecommitdiff
path: root/board/freescale/p1010rdb/spl.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/p1010rdb/spl.c')
-rw-r--r--board/freescale/p1010rdb/spl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/p1010rdb/spl.c b/board/freescale/p1010rdb/spl.c
index 8fed26d..11bd9cf 100644
--- a/board/freescale/p1010rdb/spl.c
+++ b/board/freescale/p1010rdb/spl.c
@@ -14,7 +14,7 @@
DECLARE_GLOBAL_DATA_PTR;
-ulong get_effective_memsize(void)
+phys_size_t get_effective_memsize(void)
{
return CONFIG_SYS_L2_SIZE;
}