mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-28 11:02:28 +00:00
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:
committed by
Matt Madison
parent
0b583424b9
commit
96b1919200
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user