mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-28 11:02:28 +00:00
tegra-common: fix typo in variable name
which is TEGRA_DCE_OVERLAY, singular, rather than the plural. Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
committed by
Matt Madison
parent
96b1919200
commit
7608aaf47a
@@ -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 ?= ""
|
||||
|
||||
Reference in New Issue
Block a user