raspberrypi-bootloader: support Raspberry Pi 3 w/o U-Boot and explicitly support
Raspberry Pi Zero
This commit is contained in:
committed by
Tuomas Tynkkynen
parent
bcb9e17bba
commit
1afff7c10b
@@ -1,4 +1,4 @@
|
||||
{ pkgs, version, configTxt }:
|
||||
{ pkgs, configTxt }:
|
||||
|
||||
pkgs.substituteAll {
|
||||
src = ./raspberrypi-builder.sh;
|
||||
@@ -6,5 +6,5 @@ pkgs.substituteAll {
|
||||
inherit (pkgs) bash;
|
||||
path = [pkgs.coreutils pkgs.gnused pkgs.gnugrep];
|
||||
firmware = pkgs.raspberrypifw;
|
||||
inherit version configTxt;
|
||||
inherit configTxt;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user