mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-27 20:51:01 +01:00
bump u-boot
This commit is contained in:
parent
5f94c31db1
commit
434b3367ac
3 changed files with 6 additions and 6 deletions
|
|
@ -47,7 +47,7 @@ in
|
|||
defconfig = "rpi_arm64_defconfig";
|
||||
extraMeta.platforms = [ "aarch64-linux" ];
|
||||
filesToInstall = [ "u-boot.bin" ];
|
||||
version = "2023.01";
|
||||
version = "2023.04";
|
||||
src = u-boot-src;
|
||||
# In raspberry pi sbcs the firmware manipulates the device tree in
|
||||
# a variety of ways before handing it off to the linux kernel. [1]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue