Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Mar 2024 06:50:58 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 594c5fa10919 - main - arm/nvidia: Fix DTS build
Message-ID:  <202403220650.42M6ow5x019787@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/src/commit/?id=594c5fa10919c25e7398348731d7da55149a5e5c

commit 594c5fa10919c25e7398348731d7da55149a5e5c
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2024-03-22 06:49:54 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2024-03-22 06:49:54 +0000

    arm/nvidia: Fix DTS build
    
    We need to include the DTS with the full path now that it changed.
    
    Fixes:  f126890ac538 ("Import device-tree files from Linux 6.5")
    Sponsored by:   Beckhoff Automation GmbH & Co. KG
---
 sys/dts/arm/tegra124-jetson-tk1-fbsd.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dts/arm/tegra124-jetson-tk1-fbsd.dts b/sys/dts/arm/tegra124-jetson-tk1-fbsd.dts
index 276feadc42b2..0a5d325f0537 100644
--- a/sys/dts/arm/tegra124-jetson-tk1-fbsd.dts
+++ b/sys/dts/arm/tegra124-jetson-tk1-fbsd.dts
@@ -28,7 +28,7 @@
  * SUCH DAMAGE.
  */
 
-#include "tegra124-jetson-tk1.dts"
+#include "nvidia/tegra124-jetson-tk1.dts"
 
 / {
 	chosen {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403220650.42M6ow5x019787>