diff options
author | Ambroise Vincent <ambroise.vincent@arm.com> | 2019-04-04 09:13:28 +0100 |
---|---|---|
committer | Ambroise Vincent <ambroise.vincent@arm.com> | 2019-06-28 10:52:48 +0100 |
commit | 5b6ebeec9c99f8d6a539d3b15e5dfb827891174a (patch) | |
tree | 1e72bd9f7afdc361596977491a88e6ee89176658 /drivers/console/multi_console.c | |
parent | 51e24ec2c6f4d72df50cf62766311f3773d4e117 (diff) | |
download | platform_external_arm-trusted-firmware-5b6ebeec9c99f8d6a539d3b15e5dfb827891174a.tar.gz platform_external_arm-trusted-firmware-5b6ebeec9c99f8d6a539d3b15e5dfb827891174a.tar.bz2 platform_external_arm-trusted-firmware-5b6ebeec9c99f8d6a539d3b15e5dfb827891174a.zip |
Remove MULTI_CONSOLE_API flag and references to it
The new API becomes the default one.
Change-Id: Ic1d602da3dff4f4ebbcc158b885295c902a24fec
Signed-off-by: Ambroise Vincent <ambroise.vincent@arm.com>
Diffstat (limited to 'drivers/console/multi_console.c')
-rw-r--r-- | drivers/console/multi_console.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/console/multi_console.c b/drivers/console/multi_console.c index 1ec81c3c6..d9eba7f02 100644 --- a/drivers/console/multi_console.c +++ b/drivers/console/multi_console.c @@ -4,8 +4,6 @@ * SPDX-License-Identifier: BSD-3-Clause */ -#if MULTI_CONSOLE_API - #include <assert.h> #include <drivers/console.h> @@ -121,5 +119,3 @@ int console_flush(void) return err; } - -#endif /* MULTI_CONSOLE_API */ |