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 1fae39a608cf..6131b56f41b5 100644 --- a/arch/mips/au1000/pb1100/init.c +++ b/arch/mips/au1000/pb1100/init.c | |||
@@ -53,7 +53,7 @@ void __init prom_init(void) | |||
53 | 53 | ||
54 | prom_argc = fw_arg0; | 54 | prom_argc = fw_arg0; |
55 | prom_argv = (char **) fw_arg1; | 55 | prom_argv = (char **) fw_arg1; |
56 | prom_envp = (int *) fw_arg3; | 56 | prom_envp = (char **) fw_arg3; |
57 | 57 | ||
58 | mips_machgroup = MACH_GROUP_ALCHEMY; | 58 | mips_machgroup = MACH_GROUP_ALCHEMY; |
59 | mips_machtype = MACH_PB1100; | 59 | mips_machtype = MACH_PB1100; |