diff options
author | Laxman Dewangan <ldewangan@nvidia.com> | 2014-04-22 05:55:05 +0530 |
---|---|---|
committer | Seema Khowala <seemaj@nvidia.com> | 2014-04-23 14:07:42 -0700 |
commit | 50dd71cc33ec6e4b158787f3117d88b5f7a2984b (patch) | |
tree | 0c6237f1b88bfe4ae30e5a1c681bf10b2f63778d /arch/arm/boot/dts/tegra124-loki.dts | |
parent | 70041e7b797c0b3be9fc1108d563c92a2d9816c7 (diff) |
ARM: tegra: add Loki default DT file for build system
The build system need tegra124-loki.dtb for building the prebuilt
binary. This file has been removed as this does not refelct any top
level file.
Added tegra124-loki.dts to make build system happy.
bug 1504108
Change-Id: I7b619982cbf8dfff324ff2110cce8dec0aeb959e
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Reviewed-on: http://git-master/r/399359
Diffstat (limited to 'arch/arm/boot/dts/tegra124-loki.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra124-loki.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra124-loki.dts b/arch/arm/boot/dts/tegra124-loki.dts new file mode 100644 index 000000000000..09cdff5b1a26 --- /dev/null +++ b/arch/arm/boot/dts/tegra124-loki.dts @@ -0,0 +1,5 @@ +#include "tegra124-loki-e2530-a01.dts" + +/ { + nvidia,dtsfilename = __FILE__; +}; |