diff --git a/drivers/arm/pl011/pl011_console.S b/drivers/arm/pl011/pl011_console.S deleted file mode 100644 index 1789f15..0000000 --- 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 6da8f91..0000000 --- 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 c48530c..0000000 --- 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 905370d..0000000 --- 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 03ca526..0000000 --- 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