summaryrefslogtreecommitdiff
path: root/drivers/st
diff options
context:
space:
mode:
authorAmbroise Vincent <ambroise.vincent@arm.com>2019-03-27 15:45:35 +0000
committerAmbroise Vincent <ambroise.vincent@arm.com>2019-04-03 14:55:18 +0100
commitbe3991c0c31bda7b07f002d733c65c65655eb9ad (patch)
tree51237926705111a7bda3bbb0b6369d60578b6dd8 /drivers/st
parent2cc97771700aafa5db9a6f8d0b0ea4cb17ffb718 (diff)
Console: remove deprecated finish_console_register
The old version of the macro is deprecated. Commit cc5859ca19ff ("Multi-console: Deprecate the `finish_console_register` macro") provides more details. Change-Id: I3d1cdf6496db7d8e6cfbb5804f508ff46ae7e67e Signed-off-by: Ambroise Vincent <ambroise.vincent@arm.com>
Diffstat (limited to 'drivers/st')
-rw-r--r--drivers/st/uart/aarch32/stm32_console.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/st/uart/aarch32/stm32_console.S b/drivers/st/uart/aarch32/stm32_console.S
index 4d00e68a..39e449b2 100644
--- a/drivers/st/uart/aarch32/stm32_console.S
+++ b/drivers/st/uart/aarch32/stm32_console.S
@@ -5,7 +5,6 @@
*/
#include <asm_macros.S>
#include <assert_macros.S>
-#define USE_FINISH_CONSOLE_REG_2
#include <console_macros.S>
#include <drivers/st/stm32_console.h>
#include <drivers/st/stm32_uart_regs.h>