提交 1188c024 编写于 作者: M Michal Simek

arm: zynq: Use C pre-processor for includes in dts

Change the dtsi include code to use the C pre-processor #include instead
of the device tree /include/. This brings all Zynq device trees inline
with each other.
Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
上级 3c220bf4
......@@ -12,7 +12,7 @@
* GNU General Public License for more details.
*/
/dts-v1/;
/include/ "zynq-7000.dtsi"
#include "zynq-7000.dtsi"
/ {
model = "Zynq ZC702 Development Board";
......
......@@ -12,7 +12,7 @@
* GNU General Public License for more details.
*/
/dts-v1/;
/include/ "zynq-7000.dtsi"
#include "zynq-7000.dtsi"
/ {
model = "Zynq ZC706 Development Board";
......
......@@ -12,7 +12,7 @@
* GNU General Public License for more details.
*/
/dts-v1/;
/include/ "zynq-7000.dtsi"
#include "zynq-7000.dtsi"
/ {
model = "Zynq Zed Development Board";
......
......@@ -12,7 +12,7 @@
* GNU General Public License for more details.
*/
/dts-v1/;
/include/ "zynq-7000.dtsi"
#include "zynq-7000.dtsi"
/ {
model = "Zynq ZYBO Development Board";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册