From 01220cdabca7d36c2b141cfe2c36b2f114b314af Mon Sep 17 00:00:00 2001 From: Shant Tchatalbachian <10482171+0mniteck@users.noreply.github.com> Date: Wed, 18 Oct 2023 15:46:26 -0700 Subject: [PATCH] Update RUN.sh --- RUN.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RUN.sh b/RUN.sh index e1e78da..93c1c01 100644 --- a/RUN.sh +++ b/RUN.sh @@ -49,6 +49,6 @@ popd cp /tmp/spi_combined.zip spi_combined.zip git status git add -A && git status && git commit -a -S -m "Successful Build of U-Boot with TF-A" -git push +git push --set-upstream origin RP64-rk3399-A apt remove --purge build-essential bc zip unzip bison flex libssl-dev gcc-arm-none-eabi device-tree-compiler swig python3-pyelftools python3-dev -y && apt autoremove -y rm -f -r /tmp/u-boot-202* && rm -f /tmp/lts-* && rm -f -r /tmp/arm-trusted-firmware-* && rm -f -r /tmp/spi_*