aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>2019-04-30 15:53:20 +0100
committerBryan O'Donoghue <bryan.odonoghue@linaro.org>2019-04-30 17:11:26 +0100
commitd40bc61c4a9ebff664408bca9b02656093fc4121 (patch)
tree597ab263e7227bcafed7cde8a77e679622ecb7d1
parent455c7828b13eaef38dc01e794dd14cc9d657bf67 (diff)
plat: imx8mm: Switch on debug consoleimx_4.14.78_1.0.0_ga-mbl
Switch on the DEBUG_CONSOLE so that we can get some output and be sure of the state of everything as we boot up from SPL through TFA and OP-TEE. Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
-rw-r--r--plat/imx/imx8mm/include/platform_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/imx/imx8mm/include/platform_def.h b/plat/imx/imx8mm/include/platform_def.h
index 04a5ce4f..32ee1f9d 100644
--- a/plat/imx/imx8mm/include/platform_def.h
+++ b/plat/imx/imx8mm/include/platform_def.h
@@ -89,7 +89,7 @@
#define COUNTER_FREQUENCY 8000000 /* 8MHz */
-#define DEBUG_CONSOLE 0
+#define DEBUG_CONSOLE 1
#define IMX_WDOG_B_RESET
#define PLAT_IMX8MM 1