ubootBananaPim2Zero: init at 2023.07.02 (#257388)

This commit is contained in:
Jared Baur 2025-08-13 04:10:48 -07:00 committed by GitHub
commit a0289c3231
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View File

@ -241,6 +241,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" ];

View File

@ -11141,6 +11141,7 @@ with pkgs;
ubootA20OlinuxinoLime
ubootA20OlinuxinoLime2EMMC
ubootBananaPi
ubootBananaPim2Zero
ubootBananaPim3
ubootBananaPim64
ubootAmx335xEVM