aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSoby Mathew <soby.mathew@arm.com>2018-10-29 11:45:10 +0000
committerGitHub <noreply@github.com>2018-10-29 11:45:10 +0000
commit4012531547f63595f33e493dcd7ebd1730dfcedc (patch)
treedd84e1fea3d81fbf0b62544eb2c4ea2ef7ef27a6
parentcf0886e2f11481f55898f745d288c8705e704f53 (diff)
parent9c8d913daefb4d3818f63582dde0753196b77a55 (diff)
downloadplatform_external_arm-trusted-firmware-4012531547f63595f33e493dcd7ebd1730dfcedc.tar.gz
platform_external_arm-trusted-firmware-4012531547f63595f33e493dcd7ebd1730dfcedc.tar.bz2
platform_external_arm-trusted-firmware-4012531547f63595f33e493dcd7ebd1730dfcedc.zip
Merge pull request #1654 from antonio-nino-diaz-arm/an/meson-console
meson: console: Add missing define to fix build
-rw-r--r--drivers/meson/console/aarch64/meson_console.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/meson/console/aarch64/meson_console.S b/drivers/meson/console/aarch64/meson_console.S
index 594d51729..eaee10ef1 100644
--- a/drivers/meson/console/aarch64/meson_console.S
+++ b/drivers/meson/console/aarch64/meson_console.S
@@ -6,6 +6,7 @@
#include <asm_macros.S>
#include <assert_macros.S>
+#define USE_FINISH_CONSOLE_REG_2
#include <console_macros.S>
#include <meson_console.h>