Merge pull request #162605 from bartsch/uboot-olimex-lime2-emmc
uboot: Add Olimex A20 OLinuXino Lime2 with eMMC
This commit is contained in:
commit
748f02792a
2 changed files with 7 additions and 0 deletions
|
@ -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"];
|
||||
|
|
|
@ -23297,6 +23297,7 @@ with pkgs;
|
|||
buildUBoot
|
||||
ubootTools
|
||||
ubootA20OlinuxinoLime
|
||||
ubootA20OlinuxinoLime2EMMC
|
||||
ubootBananaPi
|
||||
ubootBananaPim3
|
||||
ubootBananaPim64
|
||||
|
|
Loading…
Reference in a new issue