projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
896eba3
)
ARM: zynq: use DT_MACHINE_START
author
Arnd Bergmann
<arnd@arndb.de>
Thu, 13 Jun 2013 12:13:37 +0000
(14:13 +0200)
committer
Arnd Bergmann
<arnd@arndb.de>
Fri, 5 Jul 2013 21:07:39 +0000
(23:07 +0200)
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>
arch/arm/mach-zynq/common.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-zynq/common.c
b/arch/arm/mach-zynq/common.c
index 4130e65a0e3f6fec890c45704ce83e47e6badc50..5b799c29886e544778d115a0e7570f3f100875ad 100644
(file)
--- a/
arch/arm/mach-zynq/common.c
+++ b/
arch/arm/mach-zynq/common.c
@@
-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,