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

Commit f9bd6ea4 authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[PATCH] ARM: Change 'param_offset' to 'boot_params'

parent 19f7241a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -737,8 +737,8 @@ void __init setup_arch(char **cmdline_p)
	if (mdesc->soft_reboot)
		reboot_setup("s");

	if (mdesc->param_offset)
		tags = phys_to_virt(mdesc->param_offset);
	if (mdesc->boot_params)
		tags = phys_to_virt(mdesc->boot_params);

	/*
	 * If we have the old style parameters, convert them to
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ struct machine_desc {
						 * page tabe entry	*/

	const char		*name;		/* architecture name	*/
	unsigned int		param_offset;	/* parameter page	*/
	unsigned long		boot_params;	/* tagged list		*/

	unsigned int		video_start;	/* start of video RAM	*/
	unsigned int		video_end;	/* end of video RAM	*/