diff options
author | Varun Wadekar <vwadekar@nvidia.com> | 2017-11-15 15:52:01 -0800 |
---|---|---|
committer | Varun Wadekar <vwadekar@nvidia.com> | 2019-11-28 11:14:21 -0800 |
commit | 14f528529a6b85b8cb9dc3e2dad4922d30252a2e (patch) | |
tree | d15b6abe0eb1096633d8c88be4460a5f8e547d98 /plat | |
parent | 4e697b77868e2c371e577e6cae08533fcdaa07dd (diff) | |
download | platform_external_arm-trusted-firmware-14f528529a6b85b8cb9dc3e2dad4922d30252a2e.tar.gz platform_external_arm-trusted-firmware-14f528529a6b85b8cb9dc3e2dad4922d30252a2e.tar.bz2 platform_external_arm-trusted-firmware-14f528529a6b85b8cb9dc3e2dad4922d30252a2e.zip |
Tegra194: console driver compilation from platform makefiles
This patch includes the console driver from individual platform
makefile, to allow future platforms to include consoles of their
choice.
Change-Id: I4c92199717da410c8b5e8d45af67f4345f743dbd
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
Diffstat (limited to 'plat')
-rw-r--r-- | plat/nvidia/tegra/soc/t194/platform_t194.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plat/nvidia/tegra/soc/t194/platform_t194.mk b/plat/nvidia/tegra/soc/t194/platform_t194.mk index 3db7334af..ea171bdf1 100644 --- a/plat/nvidia/tegra/soc/t194/platform_t194.mk +++ b/plat/nvidia/tegra/soc/t194/platform_t194.mk @@ -42,7 +42,8 @@ $(eval $(call add_define,MAX_MMAP_REGIONS)) # platform files PLAT_INCLUDES += -I${SOC_DIR}/drivers/include -BL31_SOURCES += lib/cpus/aarch64/denver.S \ +BL31_SOURCES += drivers/ti/uart/aarch64/16550_console.S \ + lib/cpus/aarch64/denver.S \ ${COMMON_DIR}/drivers/memctrl/memctrl_v2.c \ ${COMMON_DIR}/drivers/smmu/smmu.c \ ${SOC_DIR}/drivers/mce/mce.c \ |