mirror of https://gitee.com/openkylin/linux.git
ARM: mach-ks8695: 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
1b7bd28cbb
commit
0318ce9368
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue