]> rtime.felk.cvut.cz Git - fpga/zynq/canbench-sw.git/commitdiff
removed generated file
authorMartin Jerabek <jerabma7@fel.cvut.cz>
Thu, 12 May 2016 11:46:31 +0000 (13:46 +0200)
committerMartin Jerabek <jerabma7@fel.cvut.cz>
Thu, 12 May 2016 23:56:00 +0000 (01:56 +0200)
petalinux/.gitignore
petalinux/subsystems/linux/configs/device-tree/pl.dtsi [deleted file]

index 0000bc70e117af68fa865776caba5e258a495c83..82d947bed63ef43d80a8b13608f37b6daea3e13c 100644 (file)
@@ -10,7 +10,6 @@ images/
 components/bootloader/*
 subsystems/linux/configs/device-tree/*
 !subsystems/linux/configs/device-tree/system-top.dts
-!subsystems/linux/configs/device-tree/pl.dtsi
 subsystems/linux/configs/u-boot/platform-auto.h
 subsystems/linux/hw-description/*
 !subsystems/linux/hw-description/metadata
diff --git a/petalinux/subsystems/linux/configs/device-tree/pl.dtsi b/petalinux/subsystems/linux/configs/device-tree/pl.dtsi
deleted file mode 100644 (file)
index 6b72fb7..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * CAUTION: This file is automatically generated by Xilinx.
- * Version: HSI 2015.4
- * Today is: Wed May 11 12:26:12 2016
-*/
-
-
-/ {
-       amba_pl: amba_pl {
-               #address-cells = <1>;
-               #size-cells = <1>;
-               compatible = "simple-bus";
-               ranges ;
-               sja1000_0: sja1000@43c00000 {
-                       compatible = "xlnx,sja1000-1.0";
-                       reg = <0x43c00000 0x10000>;
-                       xlnx,s00-axi-addr-width = <0x8>;
-                       xlnx,s00-axi-data-width = <0x20>;
-               };
-       };
-};