From c84aefbe6a6bf8cdd124899c1168f08ba8d2efa5 Mon Sep 17 00:00:00 2001 From: Manish Bhardwaj Date: Thu, 6 Oct 2022 11:34:24 +0530 Subject: [PATCH] nvidia-oot: set the correct linux verison. Using this patch we are setting the correct linux version for which dts files are getting compiled. Signed-off-by: Manish Bhardwaj Change-Id: Icfd52c92145742debb5c38bd0303587ae11276b8 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2787581 Reviewed-by: Laxman Dewangan GVS: Gerrit_Virtual_Submit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 608a8c3..2d718ae 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ include $(oottree)/scripts/Makefile.lib DTC_CPP_FLAGS += $(EXTRA_CPP_FLAGS) -DTC_CPP_FLAGS += -DLINUX_VERSION=504 -DTEGRA_HOST1X_DT_VERSION=1 +DTC_CPP_FLAGS += -DLINUX_VERSION=515 -DTEGRA_HOST1X_DT_VERSION=1 tegra-dtstree := $(TOP)/hardware/nvidia