Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 514a5908 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

ARM: zynq: use DT_MACHINE_START



The zynq platform code only supports DT based booting, so we
should use DT_MACHINE_START rather than MACHINE_START.

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Cc: Michal Simek <michal.simek@xilinx.com>
parent 896eba3b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -101,7 +101,7 @@ static const char * const zynq_dt_match[] = {
	NULL
};

MACHINE_START(XILINX_EP107, "Xilinx Zynq Platform")
DT_MACHINE_START(XILINX_EP107, "Xilinx Zynq Platform")
	.smp		= smp_ops(zynq_smp_ops),
	.map_io		= zynq_map_io,
	.init_machine	= zynq_init_machine,