Use u-boot 2021.10

This commit is contained in:
Anupam Basak 2022-01-09 14:50:10 +05:30
parent 0b5f39d03d
commit de831eb645

View File

@ -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"