From 11bd24be5c294280bddf28bb48648de98a56a24f Mon Sep 17 00:00:00 2001 From: Varun Wadekar Date: Tue, 26 Apr 2016 11:38:38 -0700 Subject: [PATCH] Tegra: include platform_def.h to access UART macros This patch includes platform_def.h required to access UART macros - "TEGRA_BOOT_UART_CLK_IN_HZ" and "TEGRA_CONSOLE_BAUDRATE" from tegra_helpers.S. Change-Id: Ieb63968a48dc299d03e81ddeb1ccc871cf3397a1 Signed-off-by: Varun Wadekar --- plat/nvidia/tegra/common/aarch64/tegra_helpers.S | 1 + 1 file changed, 1 insertion(+) diff --git a/plat/nvidia/tegra/common/aarch64/tegra_helpers.S b/plat/nvidia/tegra/common/aarch64/tegra_helpers.S index 8ca10e258..a57d1cb0a 100644 --- a/plat/nvidia/tegra/common/aarch64/tegra_helpers.S +++ b/plat/nvidia/tegra/common/aarch64/tegra_helpers.S @@ -33,6 +33,7 @@ #include #include #include +#include #include #define MIDR_PN_CORTEX_A57 0xD07