Skip to content

Commit

Permalink
ayufan: rock5b: rename from rockpi5b
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Nov 11, 2023
1 parent bb5b037 commit 0b207d4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Expand Up @@ -31,7 +31,7 @@ jobs:
./dev-make BOARD_TARGET=rockpro64 -j5
./dev-make BOARD_TARGET=pinebookpro -j5
./dev-make BOARD_TARGET=rockpi4b -j5
./dev-make BOARD_TARGET=rockpi5b -j5
./dev-make BOARD_TARGET=rock5b -j5
- name: Release package
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion dev-ayufan/boards.mk
Expand Up @@ -52,7 +52,7 @@ LOADER_FLASH ?= rksd_loader
IMAGES ?= flash-spi erase-spi
LOADERS ?= rksd_loader rkspi_loader

else ifeq (rockpi5b,$(BOARD_TARGET))
else ifeq (rock5b,$(BOARD_TARGET))

UBOOT_DEFCONFIG ?= rock5b-rk3588_defconfig
BL31 ?= tmp/rkbin/bin/rk35/rk3588_bl31_v1.40.elf
Expand Down

0 comments on commit 0b207d4

Please sign in to comment.