···737 if (mdesc->soft_reboot)738 reboot_setup("s");739740- if (mdesc->param_offset)741- tags = phys_to_virt(mdesc->param_offset);742743 /*744 * If we have the old style parameters, convert them to
···737 if (mdesc->soft_reboot)738 reboot_setup("s");739740+ if (mdesc->boot_params)741+ tags = phys_to_virt(mdesc->boot_params);742743 /*744 * If we have the old style parameters, convert them to
+1-1
include/asm-arm/mach/arch.h
···26 * page tabe entry */2728 const char *name; /* architecture name */29- unsigned int param_offset; /* parameter page */3031 unsigned int video_start; /* start of video RAM */32 unsigned int video_end; /* end of video RAM */
···26 * page tabe entry */2728 const char *name; /* architecture name */29+ unsigned long boot_params; /* tagged list */3031 unsigned int video_start; /* start of video RAM */32 unsigned int video_end; /* end of video RAM */