ubootRaspberryPiAarch64: init
This commit is contained in:
@@ -752,6 +752,12 @@ in
|
||||
filesToInstall = [ "u-boot.bin" ];
|
||||
};
|
||||
|
||||
ubootRaspberryPiAarch64 = buildUBoot {
|
||||
defconfig = "rpi_arm64_defconfig";
|
||||
extraMeta.platforms = [ "aarch64-linux" ];
|
||||
filesToInstall = [ "u-boot.bin" ];
|
||||
};
|
||||
|
||||
ubootRaspberryPi2 = buildUBoot {
|
||||
defconfig = "rpi_2_defconfig";
|
||||
extraMeta.platforms = [ "armv7l-linux" ];
|
||||
|
||||
@@ -9072,6 +9072,7 @@ with pkgs;
|
||||
ubootQuartz64B
|
||||
ubootRadxaZero3W
|
||||
ubootRaspberryPi
|
||||
ubootRaspberryPiAarch64
|
||||
ubootRaspberryPi2
|
||||
ubootRaspberryPi3_32bit
|
||||
ubootRaspberryPi3_64bit
|
||||
|
||||
Reference in New Issue
Block a user