MXC: rename mxc_map_io to architecture specific versions
This allows us to have more mapping functions for more than one i.MX architecture in the kernel. As this is the earliest board specific hook we have, also use it to set the cpu type. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Tento commit je obsažen v:
@@ -153,7 +153,7 @@ MACHINE_START(SCB9328, "Synertronixx scb9328")
|
||||
.phys_io = 0x00200000,
|
||||
.io_pg_offst = ((0xe0200000) >> 18) & 0xfffc,
|
||||
.boot_params = 0x08000100,
|
||||
.map_io = mxc_map_io,
|
||||
.map_io = mx1_map_io,
|
||||
.init_irq = mxc_init_irq,
|
||||
.timer = &scb9328_timer,
|
||||
.init_machine = scb9328_init,
|
||||
|
Odkázat v novém úkolu
Zablokovat Uživatele