summaryrefslogtreecommitdiff
path: root/build_everything.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_everything.sh')
-rwxr-xr-xbuild_everything.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/build_everything.sh b/build_everything.sh
index 4dafb1b..c5b7607 100755
--- a/build_everything.sh
+++ b/build_everything.sh
@@ -22,11 +22,9 @@ FLASHBIN=`find /tmp/uboot-imx8mp -name flash.bin`
UBOOTITB=`find /tmp/uboot-imx8mp -name u-boot.itb`
echo "flash.bin:" "$FLASHBIN"
-echo "u-boot.itb:" "$UBOOTITB"
if [ x"$USER" = xpaulliu ]; then
atftp -p -l "$FLASHBIN" -r flash.bin 192.168.66.10
- atftp -p -l "$UBOOTITB" -r u-boot.itb 192.168.66.10
fi
if [ x"$USER" = xpaulliu ]; then