tegra-helper-scripts: fix typo in variable name

which might affect builds that have a DCE overlay dtb.

Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
Matt Madison
2025-05-01 07:06:45 -07:00
committed by Matt Madison
parent 0b583424b9
commit 96b1919200

View File

@@ -209,7 +209,7 @@ if [ -n "$overlay_dtb_files" ]; then
fi
if [ -n "$DCE_OVERLAY" ]; then
overlay_dtb_arg="$overlay_dtb_arg --dce_overlay_dtb $DCE_OVERLAY"
rcm_ovleray_dtb_arg="$rcm_overlay_dtb_arg --dce_overlay_dtb $DCE_OVERLAY"
rcm_overlay_dtb_arg="$rcm_overlay_dtb_arg --dce_overlay_dtb $DCE_OVERLAY"
fi
fuselevel="fuselevel_production"