blob: 669b31a6672dd68522ea1ebc7b7b00fd6708daab [file] [log] [blame]
Soby Mathew7abebe82016-08-08 12:38:52 +01001/*
Julius Werner94f89072017-07-31 18:15:11 -07002 * Copyright (c) 2017, ARM Limited and Contributors. All rights reserved.
Soby Mathew7abebe82016-08-08 12:38:52 +01003 *
dp-armfa3cf0b2017-05-03 09:38:09 +01004 * SPDX-License-Identifier: BSD-3-Clause
Soby Mathew7abebe82016-08-08 12:38:52 +01005 */
Antonio Nino Diaz8377ae42017-02-06 16:03:41 +00006
Julius Werner94f89072017-07-31 18:15:11 -07007#if MULTI_CONSOLE_API
Julius Werner6b88b652018-11-27 17:50:28 -08008#if ERROR_DEPRECATED
9#error "console.S is deprecated, platforms should no longer link it explicitly"
10#endif
Julius Werner94f89072017-07-31 18:15:11 -070011#else
12#include "deprecated_console.S"
13#endif