From 01c483a1ca19d48afdd4638d0ec2768aa3742080 Mon Sep 17 00:00:00 2001 From: parazyd Date: Sat, 25 Jul 2020 23:14:08 +0200 Subject: [PATCH] Change u-boot URL for Pinephone target. --- boards/pinephone.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/pinephone.sh b/boards/pinephone.sh index b116f93..8778c10 100644 --- a/boards/pinephone.sh +++ b/boards/pinephone.sh @@ -44,8 +44,8 @@ atfgit="https://github.com/ARM-software/arm-trusted-firmware.git" crustgit="https://github.com/crust-firmware/crust.git" crustbranch="master" -ubootgit="https://github.com/crust-firmware/u-boot.git" -ubootbranch="crust" +ubootgit="https://gitlab.com/pine64-org/u-boot" +ubootbranch="master" prebuild() { fn prebuild