Browse Source

Console: Remove Arm console unregister on suspend

Change-Id: Ie649b3c367a93db057eeaee7e83fa3e43f8c2607
Signed-off-by: Ambroise Vincent <ambroise.vincent@arm.com>
pull/1929/head
Ambroise Vincent 6 years ago
parent
commit
c9ac30a58a
  1. 8
      plat/arm/common/arm_console.c

8
plat/arm/common/arm_console.c

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2018, ARM Limited and Contributors. All rights reserved. * Copyright (c) 2018-2019, ARM Limited and Contributors. All rights reserved.
* *
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
@ -80,9 +80,7 @@ void arm_console_runtime_end(void)
{ {
(void)console_flush(); (void)console_flush();
#if MULTI_CONSOLE_API #if !MULTI_CONSOLE_API
(void)console_unregister(&arm_runtime_console.console);
#else
console_uninit(); console_uninit();
#endif /* MULTI_CONSOLE_API */ #endif /* !MULTI_CONSOLE_API */
} }

Loading…
Cancel
Save