diff options
Diffstat (limited to 'arch/mips/au1000/pb1100/init.c')
-rw-r--r-- | arch/mips/au1000/pb1100/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/au1000/pb1100/init.c b/arch/mips/au1000/pb1100/init.c index 8355483f3de..7c6792308bc 100644 --- a/arch/mips/au1000/pb1100/init.c +++ b/arch/mips/au1000/pb1100/init.c | |||
@@ -54,7 +54,7 @@ void __init prom_init(void) | |||
54 | if (!memsize_str) | 54 | if (!memsize_str) |
55 | memsize = 0x04000000; | 55 | memsize = 0x04000000; |
56 | else | 56 | else |
57 | memsize = strict_strtol(memsize_str, 0, NULL); | 57 | strict_strtol(memsize_str, 0, &memsize); |
58 | 58 | ||
59 | add_memory_region(0, memsize, BOOT_MEM_RAM); | 59 | add_memory_region(0, memsize, BOOT_MEM_RAM); |
60 | } | 60 | } |