0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

ubootRaspberryCM4_64bit: merge with ubootRaspberryPi4_64bit

This commit is contained in:
Bernardo Meurer 2022-04-26 15:25:56 -07:00
parent aca45f8c67
commit b30105b7c2
No known key found for this signature in database
GPG key ID: F4C0D53B8D14C246
3 changed files with 1 additions and 11 deletions

View file

@ -40,7 +40,7 @@
arm_boost=1
[cm4]
kernel=u-boot-rpi-cm4.bin
kernel=u-boot-rpi4.bin
enable_gic=1
armstub=armstub8-gic.bin
disable_overscan=1
@ -76,9 +76,6 @@
cp ${pkgs.ubootRaspberryPi4_64bit}/u-boot.bin firmware/u-boot-rpi4.bin
cp ${pkgs.raspberrypi-armstubs}/armstub8-gic.bin firmware/armstub8-gic.bin
cp ${pkgs.raspberrypifw}/share/raspberrypi/boot/bcm2711-rpi-4-b.dtb firmware/
# Add cm4 specific files
cp ${pkgs.ubootRaspberryPiCM4_64bit}/u-boot.bin firmware/u-boot-rpi-cm4.bin
cp ${pkgs.raspberrypifw}/share/raspberrypi/boot/bcm2711-rpi-cm4.dtb firmware/
'';
populateRootCommands = ''