This commit is contained in:
mjallen18
2025-12-30 14:28:48 -06:00
parent b36ae0914c
commit b216fe5215
15 changed files with 667 additions and 59 deletions

View File

@@ -268,7 +268,7 @@ in
};
ubootRaspberryPi5 = buildUBoot {
defconfig = "rpi_5_defconfig";
defconfig = "rpi_arm64_defconfig";
extraMeta.platforms = [ "aarch64-linux" ];
filesToInstall = [ "u-boot.bin" ];
};