Skip to content

Commit

Permalink
ARM: mach-s5p64x0: convert boot_params to atag_offset
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Nicolas Pitre authored and Nicolas Pitre committed Aug 21, 2011
1 parent 69d5071 commit 32bc820
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm/mach-s5p64x0/mach-smdk6440.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ static void __init smdk6440_machine_init(void)

MACHINE_START(SMDK6440, "SMDK6440")
/* Maintainer: Kukjin Kim <kgene.kim@samsung.com> */
.boot_params = S5P64X0_PA_SDRAM + 0x100,
.atag_offset = 0x100,

.init_irq = s5p6440_init_irq,
.map_io = smdk6440_map_io,
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-s5p64x0/mach-smdk6450.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ static void __init smdk6450_machine_init(void)

MACHINE_START(SMDK6450, "SMDK6450")
/* Maintainer: Kukjin Kim <kgene.kim@samsung.com> */
.boot_params = S5P64X0_PA_SDRAM + 0x100,
.atag_offset = 0x100,

.init_irq = s5p6450_init_irq,
.map_io = smdk6450_map_io,
Expand Down

0 comments on commit 32bc820

Please sign in to comment.