Message ID | 20170413185819.2094-1-swarren@wwwdotorg.org |
---|---|
State | Accepted |
Headers | show |
On 04/13/2017 12:58 PM, Stephen Warren wrote: > From: Stephen Warren <swarren@nvidia.com> > > 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. Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/configs/whistler.board b/configs/whistler.board deleted file mode 100644 index 7dd4fd8b73cf..000000000000 --- 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 e93cd359969e..000000000000 --- 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', -}