device-tree: generic: Pickup DTB/DTBO makefile from hardware/nvidia/t23x

As part of the optimizing the DTS repo count, it merged few
repos in single repo for keeping minium number of repo.
The path for the new DTS repo are hardware/nvidia/t23x.

Pickup the Makefiles from this new path for building
DTB and DTBO.

Bug 4078385

Change-Id: I89f18e283c5b367219623d47298536c594c108e6
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2892469
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Laxman Dewangan
2023-04-19 20:41:27 +00:00
committed by mobile promotions
parent e8b7a5ca26
commit 631302dd4b

View File

@@ -37,13 +37,11 @@ tegra-rel-dtstree := $(rel-top-path)/hardware/nvidia
DTC_INCLUDE := DTC_INCLUDE :=
# SOC independent common include # SOC independent common include
DTC_INCLUDE += $(tegra-dtstree)/soc/tegra/generic-dts/include
# SOC T23X specific common include # SOC T23X specific common include
DTC_INCLUDE += $(tegra-dtstree)/soc/generic-dts/tegra/include/kernel DTC_INCLUDE += $(tegra-dtstree)/t23x/nv-public/include/kernel
DTC_INCLUDE += $(tegra-dtstree)/soc/generic-dts/tegra/include/nvidia-oot DTC_INCLUDE += $(tegra-dtstree)/t23x/nv-public/include/nvidia-oot
DTC_INCLUDE += $(tegra-dtstree)/soc/generic-dts/t23x/include DTC_INCLUDE += $(tegra-dtstree)/t23x/nv-public
DTC_INCLUDE += $(tegra-dtstree)/soc/generic-dts/t23x/dts
dtb-y := dtb-y :=
dtbo-y := dtbo-y :=
@@ -51,7 +49,7 @@ dtbo-y :=
DTB_LIST := $(dtb-y) DTB_LIST := $(dtb-y)
DTBO_LIST := $(dtbo-y) DTBO_LIST := $(dtbo-y)
dtb-y := dtb-y :=
fdts := $(shell find $(tegra-dtstree)/platform -name generic-dts) fdts := $(tegra-dtstree)/t23x
# Remove the DTs from protected soc list # Remove the DTs from protected soc list
ifneq ($(protected_soc_list),) ifneq ($(protected_soc_list),)