Skip to content

Commit

Permalink
ci: drop u-boot.bin workaround for mtk-atf-r4 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-w committed Aug 5, 2023
1 parent cb9abc9 commit 490142a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,14 +166,10 @@ jobs:
git checkout mtk-atf-r4
echo -e "board=bpi-r4\ndevice=sdmmc" > build.conf
ls -lh u-boot*.bin
. build.conf
cp u-boot-r4_*sd.bin u-boot.bin
bash build.sh build
bash build.sh rename
bash build.sh createimg non-interactive
rm build.conf
git checkout u-boot.bin
git checkout ${{ env.BRANCH }}
git stash pop #restore build.conf
Expand All @@ -185,13 +181,9 @@ jobs:
git checkout mtk-atf-r4
echo -e "board=bpi-r4\ndevice=emmc" > build.conf
ls -lh u-boot*.bin
. build.conf
cp u-boot-r4_*${device}.bin u-boot.bin
bash build.sh build
bash build.sh rename
rm build.conf
git checkout u-boot.bin
git checkout ${{ env.BRANCH }}
git stash pop #restore build.conf
Expand All @@ -203,9 +195,6 @@ jobs:
git checkout mtk-atf-r4
echo -e "board=bpi-r4\ndevice=spim-nand" > build.conf
ls -lh u-boot*.bin
. build.conf
cp u-boot-r4_*${device}.bin u-boot.bin
bash build.sh build
bash build.sh rename
rm build.conf
Expand Down

0 comments on commit 490142a

Please sign in to comment.