|
@@ -298,7 +298,6 @@ static void __init stamp9g20evb_board_init(void)
|
|
|
|
|
|
MACHINE_START(PORTUXG20, "taskit PortuxG20")
|
|
|
/* Maintainer: taskit GmbH */
|
|
|
- .boot_params = AT91_SDRAM_BASE + 0x100,
|
|
|
.timer = &at91sam926x_timer,
|
|
|
.map_io = at91sam9260_map_io,
|
|
|
.init_early = portuxg20_init_early,
|
|
@@ -308,7 +307,6 @@ MACHINE_END
|
|
|
|
|
|
MACHINE_START(STAMP9G20, "taskit Stamp9G20")
|
|
|
/* Maintainer: taskit GmbH */
|
|
|
- .boot_params = AT91_SDRAM_BASE + 0x100,
|
|
|
.timer = &at91sam926x_timer,
|
|
|
.map_io = at91sam9260_map_io,
|
|
|
.init_early = stamp9g20evb_init_early,
|