summaryrefslogtreecommitdiff
path: root/drivers/serial/serial_tegra2.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2011-11-05 03:56:55 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-12-09 17:30:09 +0100
commit4c7447dfc7c2346d4f6cc4bd1da5a3c734f722b6 (patch)
tree6d058013310fd684752d328aae5826a13c48685b /drivers/serial/serial_tegra2.h
parent8f6cbb4c07333510074d3485fa47758792e46a25 (diff)
downloadu-boot-imx-4c7447dfc7c2346d4f6cc4bd1da5a3c734f722b6.zip
u-boot-imx-4c7447dfc7c2346d4f6cc4bd1da5a3c734f722b6.tar.gz
u-boot-imx-4c7447dfc7c2346d4f6cc4bd1da5a3c734f722b6.tar.bz2
tegra2: Remove unused low-level Tegra2 UART code
This was used by the AVP in early boot but is no longer used. Unless we plan to enable it somehow it is not needed. In any case we should try to use the ns16550 driver instead as it has the same code. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'drivers/serial/serial_tegra2.h')
-rw-r--r--drivers/serial/serial_tegra2.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/drivers/serial/serial_tegra2.h b/drivers/serial/serial_tegra2.h
deleted file mode 100644
index 5704800..0000000
--- a/drivers/serial/serial_tegra2.h
+++ /dev/null
@@ -1,29 +0,0 @@
-/*
- * (C) Copyright 2010,2011
- * NVIDIA Corporation <www.nvidia.com>
- *
- * See file CREDITS for list of people who contributed to this
- * project.
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of
- * the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
- */
-
-#ifndef _SERIAL_TEGRA_H_
-#define _SERIAL_TEGRA_H_
-
-#include <asm/arch/uart.h>
-
-#endif /* _SERIAL_TEGRA_H_ */