aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/console/skeleton_console.S
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/console/skeleton_console.S')
-rw-r--r--drivers/console/skeleton_console.S9
1 files changed, 0 insertions, 9 deletions
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