Skip to content

Commit

Permalink
Use customize makefile.solidrun
Browse files Browse the repository at this point in the history
  • Loading branch information
jnettlet committed Oct 29, 2024
1 parent 74a504a commit 7d7e710
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
DDR_TYPE=DDR4 \
DDR_SIZE=${{ matrix.ddr_size }} \
SWIZZLE=${{ matrix.swizzle }} \
FILENAME_ADD=_${{ matrix.device }}_HUMMINGBOARD -f makefile.linaro
FILENAME_ADD=_${{ matrix.device }}_HUMMINGBOARD \
i BOARD=HUMMINGBOARD -f makefile.solidrun

- name: Copy firmware
run: |
Expand All @@ -71,4 +72,4 @@ jobs:
aws_bucket: ${{ secrets.IMAGES_S3_BUCKET }}
endpoint: ${{ secrets.IMAGES_S3_HOST }}
source_dir: s3
destination_dir: RZ/FlashWriter/
destination_dir: RZ/FlashWriter/

0 comments on commit 7d7e710

Please sign in to comment.