mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-12-11 19:41:05 +01:00
update u-boot
This commit is contained in:
parent
efdc6f6816
commit
fac66459b1
2 changed files with 8 additions and 6 deletions
|
|
@ -67,7 +67,9 @@ in
|
|||
defconfig = "rpi_arm64_defconfig";
|
||||
extraMeta.platforms = [ "aarch64-linux" ];
|
||||
filesToInstall = [ "u-boot.bin" ];
|
||||
version = "2023.01";
|
||||
version = "2024.01";
|
||||
patches = [ ];
|
||||
makeFlags = [ ];
|
||||
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]
|
||||
|
|
@ -79,10 +81,10 @@ in
|
|||
# firmware and attempt to mimic it.
|
||||
#
|
||||
# 1. https://forums.raspberrypi.com/viewtopic.php?t=329799#p1974233
|
||||
extraConfig = ''
|
||||
CONFIG_OF_HAS_PRIOR_STAGE=y
|
||||
CONFIG_OF_BOARD=y
|
||||
'';
|
||||
# extraConfig = ''
|
||||
# CONFIG_OF_HAS_PRIOR_STAGE=y
|
||||
# CONFIG_OF_BOARD=y
|
||||
# '';
|
||||
};
|
||||
|
||||
# default to latest firmware
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue