Skip to content

Commit

Permalink
ARM: mach-ks8695: 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 1b7bd28 commit 0318ce9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arch/arm/mach-ks8695/board-acs5k.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ static void __init acs5k_init(void)

MACHINE_START(ACS5K, "Brivo Systems LLC ACS-5000 Master board")
/* Maintainer: Simtec Electronics. */
.boot_params = KS8695_SDRAM_PA + 0x100,
.atag_offset = 0x100,
.map_io = ks8695_map_io,
.init_irq = ks8695_init_irq,
.init_machine = acs5k_init,
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-ks8695/board-dsm320.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ static void __init dsm320_init(void)

MACHINE_START(DSM320, "D-Link DSM-320 Wireless Media Player")
/* Maintainer: Simtec Electronics. */
.boot_params = KS8695_SDRAM_PA + 0x100,
.atag_offset = 0x100,
.map_io = ks8695_map_io,
.init_irq = ks8695_init_irq,
.init_machine = dsm320_init,
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-ks8695/board-micrel.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ static void __init micrel_init(void)

MACHINE_START(KS8695, "KS8695 Centaur Development Board")
/* Maintainer: Micrel Semiconductor Inc. */
.boot_params = KS8695_SDRAM_PA + 0x100,
.atag_offset = 0x100,
.map_io = ks8695_map_io,
.init_irq = ks8695_init_irq,
.init_machine = micrel_init,
Expand Down

0 comments on commit 0318ce9

Please sign in to comment.