[PATCH] ARM: Remove machine description macros
Remove the pointless machine description macros, favouring C99 initialisers instead. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:

committed by
Russell King

parent
1d6bebf2ec
commit
e9dea0c65d
@@ -215,10 +215,12 @@ arch_initcall(simpad_init);
|
||||
|
||||
|
||||
MACHINE_START(SIMPAD, "Simpad")
|
||||
MAINTAINER("Holger Freyther")
|
||||
BOOT_MEM(0xc0000000, 0x80000000, 0xf8000000)
|
||||
BOOT_PARAMS(0xc0000100)
|
||||
MAPIO(simpad_map_io)
|
||||
INITIRQ(sa1100_init_irq)
|
||||
/* Maintainer: Holger Freyther */
|
||||
.phys_ram = 0xc0000000,
|
||||
.phys_io = 0x80000000,
|
||||
.io_pg_offst = ((0xf8000000) >> 18) & 0xfffc,
|
||||
.boot_params = 0xc0000100,
|
||||
.map_io = simpad_map_io,
|
||||
.init_irq = sa1100_init_irq,
|
||||
.timer = &sa1100_timer,
|
||||
MACHINE_END
|
||||
|
Reference in New Issue
Block a user