diff options
Diffstat (limited to 'arch/arm/mach-pxa/h5000.c')
| -rw-r--r-- | arch/arm/mach-pxa/h5000.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/h5000.c b/arch/arm/mach-pxa/h5000.c index 0a235128914..4b5e110640b 100644 --- a/arch/arm/mach-pxa/h5000.c +++ b/arch/arm/mach-pxa/h5000.c @@ -203,7 +203,7 @@ static void __init h5000_init(void)  }  MACHINE_START(H5400, "HP iPAQ H5000") -	.boot_params = 0xa0000100, +	.atag_offset = 0x100,  	.map_io = pxa25x_map_io,  	.init_irq = pxa25x_init_irq,  	.handle_irq = pxa25x_handle_irq,  |