Skip to content

Commit

Permalink
ARM: zynq: use DT_MACHINE_START
Browse files Browse the repository at this point in the history
The zynq platform code only supports DT based booting, so we
should use DT_MACHINE_START rather than MACHINE_START.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Michal Simek <michal.simek@xilinx.com>
  • Loading branch information
Arnd Bergmann committed Jul 5, 2013
1 parent 896eba3 commit 514a590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-zynq/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 514a590

Please sign in to comment.