From 28bcc45ec0ff26027fb7eec63aa435ee3d78ebb9 Mon Sep 17 00:00:00 2001 From: Antonio Nino Diaz Date: Mon, 24 Sep 2018 17:29:01 +0100 Subject: [PATCH] console: Remove deprecated files Change-Id: Ib9eebbdff6f7868e1d1b8c41761cacc7501a25bd Signed-off-by: Antonio Nino Diaz --- drivers/arm/pl011/pl011_console.S | 9 --------- drivers/cadence/uart/cdns_console.S | 9 --------- drivers/console/console.S | 9 --------- drivers/console/skeleton_console.S | 9 --------- drivers/ti/uart/16550_console.S | 9 --------- 5 files changed, 45 deletions(-) delete mode 100644 drivers/arm/pl011/pl011_console.S delete mode 100644 drivers/cadence/uart/cdns_console.S delete mode 100644 drivers/console/console.S delete mode 100644 drivers/console/skeleton_console.S delete mode 100644 drivers/ti/uart/16550_console.S diff --git a/drivers/arm/pl011/pl011_console.S b/drivers/arm/pl011/pl011_console.S deleted file mode 100644 index 1789f153f..000000000 --- a/drivers/arm/pl011/pl011_console.S +++ /dev/null @@ -1,9 +0,0 @@ -/* - * Copyright (c) 2013-2016, ARM Limited and Contributors. All rights reserved. - * - * SPDX-License-Identifier: BSD-3-Clause - */ - -#if !ERROR_DEPRECATED -#include "./aarch64/pl011_console.S" -#endif diff --git a/drivers/cadence/uart/cdns_console.S b/drivers/cadence/uart/cdns_console.S deleted file mode 100644 index 6da8f91a2..000000000 --- a/drivers/cadence/uart/cdns_console.S +++ /dev/null @@ -1,9 +0,0 @@ -/* - * Copyright (c) 2016, ARM Limited and Contributors. All rights reserved. - * - * SPDX-License-Identifier: BSD-3-Clause - */ - -#if !ERROR_DEPRECATED -#include "./aarch64/cdns_console.S" -#endif diff --git a/drivers/console/console.S b/drivers/console/console.S deleted file mode 100644 index c48530c9e..000000000 --- a/drivers/console/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/console.S" -#endif diff --git a/drivers/console/skeleton_console.S b/drivers/console/skeleton_console.S deleted file mode 100644 index 905370ddd..000000000 --- a/drivers/console/skeleton_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/skeleton_console.S" -#endif diff --git a/drivers/ti/uart/16550_console.S b/drivers/ti/uart/16550_console.S deleted file mode 100644 index 03ca526f8..000000000 --- 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