diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2014-03-31 19:19:10 +0530 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2014-03-31 19:20:35 +0530 |
commit | 6041003a8fecda9932d89d2d49b3ae07475a9ff7 (patch) | |
tree | 4b873302b1c1a1fd07e8e9deb2a524bb58199523 /arch/arc/boot | |
parent | f8b34c3fd5a3fe7820952400ebbbc0528ec80686 (diff) | |
download | blackbird-obmc-linux-6041003a8fecda9932d89d2d49b3ae07475a9ff7.tar.gz blackbird-obmc-linux-6041003a8fecda9932d89d2d49b3ae07475a9ff7.zip |
ARC: Remove unused DT template file
Commit abe11ddea1d759f9 "Enabling DeviceTree for Angel4 board" made
angel4.dts as default leaving the orphan skeleton file behind.
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/boot')
-rw-r--r-- | arch/arc/boot/dts/skeleton.dts | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arc/boot/dts/skeleton.dts b/arch/arc/boot/dts/skeleton.dts deleted file mode 100644 index 25a84fb5b3dc..000000000000 --- a/arch/arc/boot/dts/skeleton.dts +++ /dev/null @@ -1,10 +0,0 @@ -/* - * Copyright (C) 2012 Synopsys, Inc. (www.synopsys.com) - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - */ -/dts-v1/; - -/include/ "skeleton.dtsi" |