From bedab97a21d2c672a4ae96155bf3b53af86752f0 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Wed, 17 Feb 2021 17:06:53 +0000 Subject: Tegra: remove e2220-1170 board It's an old bringup board with out upstream Linux or L4T support Signed-off-by: Peter Robinson Cc: Stephen Warren Cc: Tom Warren Acked-by: Stephen Warren --- include/configs/e2220-1170.h | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 include/configs/e2220-1170.h (limited to 'include') diff --git a/include/configs/e2220-1170.h b/include/configs/e2220-1170.h deleted file mode 100644 index 5ed62678ce..0000000000 --- a/include/configs/e2220-1170.h +++ /dev/null @@ -1,28 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0+ */ -/* - * (C) Copyright 2013-2015 - * NVIDIA Corporation - */ - -#ifndef _E2220_1170_H -#define _E2220_1170_H - -#include - -#include "tegra210-common.h" - -/* High-level configuration options */ -#define CONFIG_TEGRA_BOARD_STRING "NVIDIA E2220-1170" - -/* Board-specific serial config */ -#define CONFIG_TEGRA_ENABLE_UARTA - -/* Environment in eMMC, at the end of 2nd "boot sector" */ - -/* SPI */ -#define CONFIG_SPI_FLASH_SIZE (4 << 20) - -#include "tegra-common-usb-gadget.h" -#include "tegra-common-post.h" - -#endif /* _E2220_1170_H */ -- cgit