diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2021-02-17 17:06:53 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-04-12 17:17:11 -0400 |
commit | bedab97a21d2c672a4ae96155bf3b53af86752f0 (patch) | |
tree | 3589f5bf62f1a7f69821d5b7d4a0a698403e9d41 /include/configs/e2220-1170.h | |
parent | 0ca7c4d964dcce1ca3e0f7e1cdb8031561fdeab6 (diff) | |
download | u-boot-bedab97a21d2c672a4ae96155bf3b53af86752f0.tar.gz |
Tegra: remove e2220-1170 board
It's an old bringup board with out upstream Linux or L4T support
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Cc: Stephen Warren <swarren@nvidia.com>
Cc: Tom Warren <twarren@nvidia.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'include/configs/e2220-1170.h')
-rw-r--r-- | include/configs/e2220-1170.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/include/configs/e2220-1170.h b/include/configs/e2220-1170.h deleted file mode 100644 index 5ed62678ce7..00000000000 --- a/include/configs/e2220-1170.h +++ /dev/null @@ -1,28 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0+ */ -/* - * (C) Copyright 2013-2015 - * NVIDIA Corporation <www.nvidia.com> - */ - -#ifndef _E2220_1170_H -#define _E2220_1170_H - -#include <linux/sizes.h> - -#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 */ |