ubootBananaPim2Zero: init at 2023.07.02 (#257388)
This commit is contained in:
commit
a0289c3231
@ -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" ];
|
||||
|
@ -11141,6 +11141,7 @@ with pkgs;
|
||||
ubootA20OlinuxinoLime
|
||||
ubootA20OlinuxinoLime2EMMC
|
||||
ubootBananaPi
|
||||
ubootBananaPim2Zero
|
||||
ubootBananaPim3
|
||||
ubootBananaPim64
|
||||
ubootAmx335xEVM
|
||||
|
Loading…
x
Reference in New Issue
Block a user