Commit 14f52852 authored by Varun Wadekar's avatar Varun Wadekar
Browse files

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: default avatarVarun Wadekar <vwadekar@nvidia.com>
Showing with 2 additions and 1 deletion
+2 -1
...@@ -42,7 +42,8 @@ $(eval $(call add_define,MAX_MMAP_REGIONS)) ...@@ -42,7 +42,8 @@ $(eval $(call add_define,MAX_MMAP_REGIONS))
# platform files # platform files
PLAT_INCLUDES += -I${SOC_DIR}/drivers/include 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/memctrl/memctrl_v2.c \
${COMMON_DIR}/drivers/smmu/smmu.c \ ${COMMON_DIR}/drivers/smmu/smmu.c \
${SOC_DIR}/drivers/mce/mce.c \ ${SOC_DIR}/drivers/mce/mce.c \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment