summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2017-04-13 11:49:55 -0600
committerStephen Warren <swarren@nvidia.com>2017-04-13 11:50:25 -0600
commite9fae35011120a41825c294f61655bad5e2a46ff (patch)
treec4a26fec2483da045cba523789389b159a7c0866
parent4ee899ebb89869e18ecb51e4301357c676011c5a (diff)
downloadtegra-uboot-flasher-scripts-master.tar.gz
Remove Whistler supportHEADmaster
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>
-rw-r--r--configs/whistler.board4
-rw-r--r--configs/whistler.config8
2 files changed, 0 insertions, 12 deletions
diff --git a/configs/whistler.board b/configs/whistler.board
deleted file mode 100644
index 7dd4fd8..0000000
--- a/configs/whistler.board
+++ /dev/null
@@ -1,4 +0,0 @@
-board = {
- 'vendor': 'nvidia',
- 'soc': 'tegra20',
-}
diff --git a/configs/whistler.config b/configs/whistler.config
deleted file mode 100644
index e93cd35..0000000
--- a/configs/whistler.config
+++ /dev/null
@@ -1,8 +0,0 @@
-config = {
- 'bct': 'E1108_Elpida_512MB_EDB4032B2PB-6D-F_300MHz_40nm_emmc_x8.bct',
- 'board': 'whistler',
- 'dtbfn-extra': '',
- 'flash-id-uboot': 0,
- 'flash-image': 'whistler-emmc.img',
- 'flash-type': 'emmc',
-}