···737737 if (mdesc->soft_reboot)738738 reboot_setup("s");739739740740- if (mdesc->param_offset)741741- tags = phys_to_virt(mdesc->param_offset);740740+ if (mdesc->boot_params)741741+ tags = phys_to_virt(mdesc->boot_params);742742743743 /*744744 * If we have the old style parameters, convert them to
+1-1
include/asm-arm/mach/arch.h
···2626 * page tabe entry */27272828 const char *name; /* architecture name */2929- unsigned int param_offset; /* parameter page */2929+ unsigned long boot_params; /* tagged list */30303131 unsigned int video_start; /* start of video RAM */3232 unsigned int video_end; /* end of video RAM */