mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-10 15:10:38 +00:00
ARM: mach-iop13xx: convert boot_params to atag_offset
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org> Acked-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
parent
c5e587a2bf
commit
d304c54e3a
@ -91,7 +91,7 @@ static struct sys_timer iq81340mc_timer = {
|
|||||||
|
|
||||||
MACHINE_START(IQ81340MC, "Intel IQ81340MC")
|
MACHINE_START(IQ81340MC, "Intel IQ81340MC")
|
||||||
/* Maintainer: Dan Williams <dan.j.williams@intel.com> */
|
/* Maintainer: Dan Williams <dan.j.williams@intel.com> */
|
||||||
.boot_params = 0x00000100,
|
.atag_offset = 0x100,
|
||||||
.map_io = iop13xx_map_io,
|
.map_io = iop13xx_map_io,
|
||||||
.init_irq = iop13xx_init_irq,
|
.init_irq = iop13xx_init_irq,
|
||||||
.timer = &iq81340mc_timer,
|
.timer = &iq81340mc_timer,
|
||||||
|
@ -93,7 +93,7 @@ static struct sys_timer iq81340sc_timer = {
|
|||||||
|
|
||||||
MACHINE_START(IQ81340SC, "Intel IQ81340SC")
|
MACHINE_START(IQ81340SC, "Intel IQ81340SC")
|
||||||
/* Maintainer: Dan Williams <dan.j.williams@intel.com> */
|
/* Maintainer: Dan Williams <dan.j.williams@intel.com> */
|
||||||
.boot_params = 0x00000100,
|
.atag_offset = 0x100,
|
||||||
.map_io = iop13xx_map_io,
|
.map_io = iop13xx_map_io,
|
||||||
.init_irq = iop13xx_init_irq,
|
.init_irq = iop13xx_init_irq,
|
||||||
.timer = &iq81340sc_timer,
|
.timer = &iq81340sc_timer,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user