Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Unverified Commit 65687026 authored by Bollen Nico's avatar Bollen Nico Committed by GitHub
Browse files

disable enable_uboot_cape_universal

disable enable_uboot_cape_universal if enable_cape_universal is not enabled
parent aa0a6f7a
Branches
Tags
No related merge requests found
......@@ -1322,7 +1322,7 @@ populate_rootfs () {
fi
echo "###" >> ${wfile}
echo "###Cape Universal Enable" >> ${wfile}
if [ "x${uboot_cape_overlays}" = "xenable" ] ; then
if [ "x${uboot_cape_overlays}" = "xenable" ] && [ "x${enable_cape_universal}" = "xenable" ] ; then
echo "enable_uboot_cape_universal=1" >> ${wfile}
else
echo "#enable_uboot_cape_universal=1" >> ${wfile}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment