From 7608aaf47a85d4e83c87cfd78e2c7ed9a5e60d90 Mon Sep 17 00:00:00 2001 From: Matt Madison Date: Thu, 1 May 2025 07:08:23 -0700 Subject: [PATCH] tegra-common: fix typo in variable name which is TEGRA_DCE_OVERLAY, singular, rather than the plural. Signed-off-by: Matt Madison --- conf/machine/include/tegra-common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/tegra-common.inc b/conf/machine/include/tegra-common.inc index 7318b8c4..37714e76 100644 --- a/conf/machine/include/tegra-common.inc +++ b/conf/machine/include/tegra-common.inc @@ -19,7 +19,7 @@ TEGRA_BOOTCONTROL_MINIMAL_UEFI ?= "${@'BootOrderEmmc.dtbo' if bb.utils.to_boolea TEGRA_BOOTCONTROL_OVERLAYS ?= "L4TConfiguration.dtbo ${TEGRA_BOOTCONTROL_MINIMAL_UEFI}" TEGRA_BOOTCONTROL_OVERLAYS += "${@'L4TConfiguration-RootfsRedundancyLevelABEnable.dtbo' if bb.utils.to_boolean(d.getVar('USE_REDUNDANT_FLASH_LAYOUT')) else ''}" TEGRA_PLUGIN_MANAGER_OVERLAYS ??= "" -TEGRA_DCE_OVERLAYS ??= "" +TEGRA_DCE_OVERLAY ??= "" # The following variable is deprecated; add new overlays # to one of the above instead. OVERLAY_DTB_FILE ?= ""