mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
rk30: sdk: reserve is after fixup, before map_io
This commit is contained in:
@@ -99,9 +99,9 @@ static void __init rk30_reserve(void)
|
||||
MACHINE_START(RK30, "RK30board")
|
||||
.boot_params = PLAT_PHYS_OFFSET + 0x800,
|
||||
.fixup = rk30_fixup,
|
||||
.reserve = &rk30_reserve,
|
||||
.map_io = rk30_map_io,
|
||||
.init_irq = rk30_init_irq,
|
||||
.timer = &rk30_timer,
|
||||
.reserve = &rk30_reserve,
|
||||
.init_machine = machine_rk30_board_init,
|
||||
MACHINE_END
|
||||
|
||||
Reference in New Issue
Block a user