Use u-boot 2021.10
This commit is contained in:
parent
0b5f39d03d
commit
de831eb645
5
Makefile
5
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"
|
||||
|
|
Loading…
Reference in New Issue