diff options
author | Stephen Warren <swarren@nvidia.com> | 2014-03-25 11:39:33 -0600 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2014-04-17 08:41:06 -0700 |
commit | e04bfdacb368da1f52135926e5c18dfa126e7cb1 (patch) | |
tree | c934247ed11e15c18cd9dd3d71b3bb6cbe49be71 /arch/arm/dts/Makefile | |
parent | d68c9429271d31aadb048b536f177cc2a9bd5c26 (diff) | |
download | u-boot-imx-e04bfdacb368da1f52135926e5c18dfa126e7cb1.zip u-boot-imx-e04bfdacb368da1f52135926e5c18dfa126e7cb1.tar.gz u-boot-imx-e04bfdacb368da1f52135926e5c18dfa126e7cb1.tar.bz2 |
ARM: tegra: add Jetson TK1 board
Jetson TK1 is an NVIDIA Tegra124 reference board, which shares much of
its design with Venice2.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r-- | arch/arm/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 2c3c773..5554615 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -22,6 +22,7 @@ dtb-$(CONFIG_TEGRA) += tegra20-harmony.dtb \ tegra30-cardhu.dtb \ tegra30-tec-ng.dtb \ tegra114-dalmore.dtb \ + tegra124-jetson-tk1.dtb \ tegra124-venice2.dtb dtb-$(CONFIG_ZYNQ) += zynq-zc702.dtb \ zynq-zc706.dtb \ |