summaryrefslogtreecommitdiff
path: root/drivers/ti
diff options
context:
space:
mode:
authorAntonio Nino Diaz <antonio.ninodiaz@arm.com>2018-09-24 17:29:01 +0100
committerAntonio Nino Diaz <antonio.ninodiaz@arm.com>2018-09-28 15:31:53 +0100
commit28bcc45ec0ff26027fb7eec63aa435ee3d78ebb9 (patch)
tree6ef67932d2ef3804b705c5cd23fb4b42e33159fc /drivers/ti
parent1a3764edaa6d505bab0e62bc14de94718f07fc00 (diff)
console: Remove deprecated files
Change-Id: Ib9eebbdff6f7868e1d1b8c41761cacc7501a25bd Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
Diffstat (limited to 'drivers/ti')
-rw-r--r--drivers/ti/uart/16550_console.S9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/ti/uart/16550_console.S b/drivers/ti/uart/16550_console.S
deleted file mode 100644
index 03ca526f..00000000
--- a/drivers/ti/uart/16550_console.S
+++ /dev/null
@@ -1,9 +0,0 @@
-/*
- * Copyright (c) 2015-2016, ARM Limited and Contributors. All rights reserved.
- *
- * SPDX-License-Identifier: BSD-3-Clause
- */
-
-#if !ERROR_DEPRECATED
-#include "./aarch64/16550_console.S"
-#endif