Skip to content

Commit 03aa461

Browse files
committed
Fix u-boot clone address
1 parent e38d162 commit 03aa461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.uboot.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
u-boot:
2-
git clone https://github.com/linux-sunxi/u-boot $@ --single-branch --depth=30
2+
git clone https://github.com/ayufan-pine64/u-boot-sunxi $@ --single-branch --depth=30
33

44
.PHONY: u-boot-menuconfig
55
u-boot-menuconfig: u-boot

0 commit comments

Comments
 (0)