From 9e64510f86d66bea66c74d36d64069983c8a8165 Mon Sep 17 00:00:00 2001 From: Matt Madison Date: Tue, 23 Apr 2024 08:31:44 -0700 Subject: [PATCH] p3768-0000-p3767-0001: fix BPFDTB_FILE setting The 0001 board SKU has its own version of that file. Signed-off-by: Matt Madison --- conf/machine/p3768-0000-p3767-0001.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/p3768-0000-p3767-0001.conf b/conf/machine/p3768-0000-p3767-0001.conf index 0961e360..c58082bc 100644 --- a/conf/machine/p3768-0000-p3767-0001.conf +++ b/conf/machine/p3768-0000-p3767-0001.conf @@ -11,5 +11,6 @@ KERNEL_DEVICETREE ?= "tegra234-p3767-0001-p3768-0000-a0.dtb" EMMC_BCT ?= "tegra234-p3767-0001-sdram-l4t.dts" TEGRA_FLASHVAR_WB0SDRAM_BCT ?= "tegra234-p3767-0001-wb0sdram-l4t.dts" +TEGRA_FLASHVAR_BPFDTB_FILE ?= "tegra234-bpmp-3767-0001-3509-a02.dtb" require conf/machine/p3768-0000-p3767-0000.conf