From: Antonio Nino Diaz Date: Mon, 24 Sep 2018 16:29:01 +0000 (+0100) Subject: console: Remove deprecated files X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=28bcc45ec0ff26027fb7eec63aa435ee3d78ebb9;p=project%2Fbcm63xx%2Fatf.git console: Remove deprecated files Change-Id: Ib9eebbdff6f7868e1d1b8c41761cacc7501a25bd Signed-off-by: Antonio Nino Diaz --- diff --git a/drivers/arm/pl011/pl011_console.S b/drivers/arm/pl011/pl011_console.S deleted file mode 100644 index 1789f153..00000000 --- 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 6da8f91a..00000000 --- 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 c48530c9..00000000 --- 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 905370dd..00000000 --- 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 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