mirror of
git://nv-tegra.nvidia.com/linux/kernel-devicetree.git
synced 2025-12-22 09:11:28 +03:00
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:
@@ -37,13 +37,11 @@ tegra-rel-dtstree := $(rel-top-path)/hardware/nvidia
|
||||
|
||||
DTC_INCLUDE :=
|
||||
# SOC independent common include
|
||||
DTC_INCLUDE += $(tegra-dtstree)/soc/tegra/generic-dts/include
|
||||
|
||||
# SOC T23X specific common include
|
||||
DTC_INCLUDE += $(tegra-dtstree)/soc/generic-dts/tegra/include/kernel
|
||||
DTC_INCLUDE += $(tegra-dtstree)/soc/generic-dts/tegra/include/nvidia-oot
|
||||
DTC_INCLUDE += $(tegra-dtstree)/soc/generic-dts/t23x/include
|
||||
DTC_INCLUDE += $(tegra-dtstree)/soc/generic-dts/t23x/dts
|
||||
DTC_INCLUDE += $(tegra-dtstree)/t23x/nv-public/include/kernel
|
||||
DTC_INCLUDE += $(tegra-dtstree)/t23x/nv-public/include/nvidia-oot
|
||||
DTC_INCLUDE += $(tegra-dtstree)/t23x/nv-public
|
||||
|
||||
dtb-y :=
|
||||
dtbo-y :=
|
||||
@@ -51,7 +49,7 @@ dtbo-y :=
|
||||
DTB_LIST := $(dtb-y)
|
||||
DTBO_LIST := $(dtbo-y)
|
||||
dtb-y :=
|
||||
fdts := $(shell find $(tegra-dtstree)/platform -name generic-dts)
|
||||
fdts := $(tegra-dtstree)/t23x
|
||||
|
||||
# Remove the DTs from protected soc list
|
||||
ifneq ($(protected_soc_list),)
|
||||
|
||||
Reference in New Issue
Block a user