ubootBananaPim2Zero: init at 2023.07.02

Adds the upstream uboot (w/SPL) for the bananapi m2 zero board.
This commit is contained in:
Jared Baur
2025-07-17 07:57:02 -07:00
parent 0f7ea5e75f
commit 4604f8e115
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -236,6 +236,12 @@ in
filesToInstall = [ "u-boot-sunxi-with-spl.bin" ];
};
ubootBananaPim2Zero = buildUBoot {
defconfig = "bananapi_m2_zero_defconfig";
filesToInstall = [ "u-boot-sunxi-with-spl.bin" ];
extraMeta.platforms = [ "armv7l-linux" ];
};
ubootBananaPim3 = buildUBoot {
defconfig = "Sinovoip_BPI_M3_defconfig";
extraMeta.platforms = [ "armv7l-linux" ];
+1
View File
@@ -11305,6 +11305,7 @@ with pkgs;
ubootA20OlinuxinoLime
ubootA20OlinuxinoLime2EMMC
ubootBananaPi
ubootBananaPim2Zero
ubootBananaPim3
ubootBananaPim64
ubootAmx335xEVM