diff options
Diffstat (limited to 'arch/arm/kernel/setup.c')
| -rw-r--r-- | arch/arm/kernel/setup.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/arch/arm/kernel/setup.c b/arch/arm/kernel/setup.c index 35b7273cfdb4..c9b69771f92e 100644 --- a/arch/arm/kernel/setup.c +++ b/arch/arm/kernel/setup.c @@ -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 | 
