Skip to content

Commit a6ba43e

Browse files
committed
Update used boot0 and u-boot
1 parent d53dc09 commit a6ba43e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ linux-pine64-package-$(RELEASE_NAME).deb: package package/rtk_bt/rtk_hciattach/r
7777

7878
simple-image-pinebook-$(RELEASE_NAME).img: linux-pine64-$(RELEASE_NAME).tar.xz boot-tools
7979
cd simpleimage && \
80-
export boot0=../boot-tools/build/boot0_pinebook.bin && \
81-
export uboot=../boot-tools/build/u-boot-sun50iw1p1-secure-with-pinebook-dtb.bin && \
80+
export boot0=../boot-tools/boot/pine64/boot0-pine64-pinebook.bin && \
81+
export uboot=../boot-tools/boot/pine64/u-boot-pine64-pinebook.bin && \
8282
bash ./make_simpleimage.sh $(shell readlink -f "$@") 100 $(shell readlink -f linux-pine64-$(RELEASE_NAME).tar.xz)
8383

8484
xenial-pinebook-bspkernel-$(RELEASE_NAME)-$(RELEASE).img: simple-image-pinebook-$(RELEASE_NAME).img.xz linux-pine64-$(RELEASE_NAME).tar.xz linux-pine64-package-$(RELEASE_NAME).deb boot-tools

0 commit comments

Comments
 (0)