From e9fae35011120a41825c294f61655bad5e2a46ff Mon Sep 17 00:00:00 2001 From: Stephen Warren Date: Thu, 13 Apr 2017 11:49:55 -0600 Subject: 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 --- configs/whistler.board | 4 ---- configs/whistler.config | 8 -------- 2 files changed, 12 deletions(-) delete mode 100644 configs/whistler.board delete mode 100644 configs/whistler.config 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', -} -- cgit v1.2.1