nanopi3: Use fw_setenv that is installed rather than downloading

Instead of using the fw_setenv that we download from git, use the installed one, which allows us to build both natively, as well as cross compile
This commit is contained in:
Steev Klimaszewski
2021-09-05 15:48:19 -05:00
parent 0102cc9f82
commit 3c2c833049

View File

@@ -244,7 +244,7 @@ bootargs console=ttySAC0,115200n8 root=/dev/mmcblk0p2 rootfstype=$fstype rootwai
bootdelay 1
EOF
./fw_setenv ${loopdevice} -s env.conf
fw_setenv ${loopdevice} -s env.conf
sync
# It should be possible to build your own u-boot, as part of this, if you