From de831eb6450760ef9af71a67915eeafce229d28e Mon Sep 17 00:00:00 2001 From: Anupam Basak Date: Sun, 9 Jan 2022 14:50:10 +0530 Subject: [PATCH] Use u-boot 2021.10 --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 414f260..e777d2a 100644 --- a/Makefile +++ b/Makefile @@ -287,9 +287,8 @@ src/arm-trusted-firmware: src/u-boot: @echo "WGET u-boot" @mkdir src/u-boot - @wget https://ftp.denx.de/pub/u-boot/u-boot-2020.04.tar.bz2 - @tar -xf u-boot-2020.04.tar.bz2 --strip-components 1 -C src/u-boot - @cd src/u-boot && patch -p1 < ../u-boot-pinephone.patch + @wget https://ftp.denx.de/pub/u-boot/u-boot-2021.10.tar.bz2 + @tar -xf u-boot-2021.10.tar.bz2 --strip-components 1 -C src/u-boot src/u-boot-librem5: @echo "WGET u-boot-librem5"