Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Unverified Commit fcb39fe3 authored by Robert Nelson's avatar Robert Nelson Committed by GitHub
Browse files

Merge pull request #18 from bollenn/patch-1

disable enable_uboot_cape_universal
parents aa0a6f7a 65687026
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