Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08a45936 authored by Yoichi Yuasa's avatar Yoichi Yuasa Committed by Ralf Baechle
Browse files

[MIPS] Alchemy: Fix wrong cast

parent e460b73c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ void __init prom_init(void)

	prom_argc = fw_arg0;
	prom_argv = (char **) fw_arg1;
	prom_envp = (int *) fw_arg3;
	prom_envp = (char **) fw_arg3;

	mips_machgroup = MACH_GROUP_ALCHEMY;
	mips_machtype = MACH_PB1100;