From: Martin Jerabek Date: Thu, 12 May 2016 11:46:31 +0000 (+0200) Subject: removed generated file X-Git-Url: https://rtime.felk.cvut.cz/gitweb/fpga/zynq/canbench-sw.git/commitdiff_plain/8a74eec78d9c75dac52446d98a484b774e85e2b9 removed generated file --- diff --git a/petalinux/.gitignore b/petalinux/.gitignore index 0000bc7..82d947b 100644 --- a/petalinux/.gitignore +++ b/petalinux/.gitignore @@ -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 index 6b72fb7..0000000 --- a/petalinux/subsystems/linux/configs/device-tree/pl.dtsi +++ /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>; - }; - }; -};