summaryrefslogtreecommitdiff
path: root/build_everything.sh
diff options
context:
space:
mode:
authorYing-Chun Liu (PaulLiu) <paulliu@debian.org>2022-05-09 06:52:36 +0800
committerYing-Chun Liu (PaulLiu) <paulliu@debian.org>2022-05-09 06:52:36 +0800
commit001a333efc7eda128199d34490a95c17fc62f228 (patch)
tree9ae4e11a37daf6fdc6e346db6cfac58ad5ca8282 /build_everything.sh
parente2465367c325847a47c36d1f6131ed0d8c68aa91 (diff)
EBBR4 M2 release.HEADmaster
Signed-off-by: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
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