diff --git a/drivers/arm/pl011/pl011_console.S b/drivers/arm/pl011/pl011_console.S deleted file mode 100644 index 1789f153fad5c7717b03facf661436001ae652d4..0000000000000000000000000000000000000000 --- 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 6da8f91a285f7e8e6dd585b5e408913d50b42b8f..0000000000000000000000000000000000000000 --- 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 c48530c9e86a00a55e1b5fb5a4864fcd7933488b..0000000000000000000000000000000000000000 --- 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 905370ddd456ceba15471aade6879a325fe4a714..0000000000000000000000000000000000000000 --- 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 03ca526f8fb9cc749dc93831d3822217c1c2d965..0000000000000000000000000000000000000000 --- 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