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