diff options
Diffstat (limited to 'drivers/console/console.S')
-rw-r--r-- | drivers/console/console.S | 9 |
1 files changed, 0 insertions, 9 deletions
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 |