diff options
author | Ambroise Vincent <ambroise.vincent@arm.com> | 2019-03-27 15:45:35 +0000 |
---|---|---|
committer | Ambroise Vincent <ambroise.vincent@arm.com> | 2019-04-03 14:55:18 +0100 |
commit | be3991c0c31bda7b07f002d733c65c65655eb9ad (patch) | |
tree | 51237926705111a7bda3bbb0b6369d60578b6dd8 /drivers/marvell/uart | |
parent | 2cc97771700aafa5db9a6f8d0b0ea4cb17ffb718 (diff) | |
download | arm-trusted-firmware-be3991c0c31bda7b07f002d733c65c65655eb9ad.tar.gz |
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/marvell/uart')
-rw-r--r-- | drivers/marvell/uart/a3700_console.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/marvell/uart/a3700_console.S b/drivers/marvell/uart/a3700_console.S index cc3855dbb..da1ce351c 100644 --- a/drivers/marvell/uart/a3700_console.S +++ b/drivers/marvell/uart/a3700_console.S @@ -7,7 +7,6 @@ #include <arch.h> #include <asm_macros.S> -#define USE_FINISH_CONSOLE_REG_2 #include <console_macros.S> #include <drivers/marvell/uart/a3700_console.h> |