Merge pull request #162605 from bartsch/uboot-olimex-lime2-emmc

uboot: Add Olimex A20 OLinuXino Lime2 with eMMC
This commit is contained in:
Samuel Dionne-Riel 2022-03-09 10:31:06 -05:00 committed by GitHub
commit 748f02792a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View file

@ -139,6 +139,12 @@ in {
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
};
ubootA20OlinuxinoLime2EMMC = buildUBoot {
defconfig = "A20-OLinuXino-Lime2-eMMC_defconfig";
extraMeta.platforms = ["armv7l-linux"];
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
};
ubootAmx335xEVM = buildUBoot {
defconfig = "am335x_evm_defconfig";
extraMeta.platforms = ["armv7l-linux"];

View file

@ -23297,6 +23297,7 @@ with pkgs;
buildUBoot
ubootTools
ubootA20OlinuxinoLime
ubootA20OlinuxinoLime2EMMC
ubootBananaPi
ubootBananaPim3
ubootBananaPim64