diff options
author | Stephen Warren <swarren@nvidia.com> | 2017-04-13 12:57:21 -0600 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2017-06-12 13:03:50 -0700 |
commit | 2eb3e28b2c69261d274bc22321f688c193985e7b (patch) | |
tree | 4d88e2ed926e0dcfe9ccf2a015dd541747ea25e9 /board/nvidia/whistler/Makefile | |
parent | 8cb3ce64f936f5dedbcfc1935c5caf31bb682474 (diff) |
ARM: tegra: remove Whistler support
Whistler is an ancient Tegra 2 reference board. I may have been the only
person who ever used it with upstream software, and I've just recycled
the board hardware. Hence, it makes sense to remove support from software.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'board/nvidia/whistler/Makefile')
-rw-r--r-- | board/nvidia/whistler/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/nvidia/whistler/Makefile b/board/nvidia/whistler/Makefile deleted file mode 100644 index b54c5fd338..0000000000 --- a/board/nvidia/whistler/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# -# (C) Copyright 2010-2012 -# NVIDIA Corporation <www.nvidia.com> -# -# SPDX-License-Identifier: GPL-2.0+ -# - -obj-y := whistler.o |