uboot: Add Olimex A20 OLinuXino Lime2 with eMMC
Since hardware revision K, every Lime2 has got an eMMC: https://github.com/OLIMEX/OLINUXINO/blob/master/HARDWARE/A20-OLinuXino-LIME2/hardware_revision_changes_log.txt Co-authored-by: Samuel Dionne-Riel <samuel@dionne-riel.com>
This commit is contained in:
parent
d44916d12f
commit
3cee68f916
@ -139,6 +139,12 @@ in {
|
|||||||
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
|
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 {
|
ubootAmx335xEVM = buildUBoot {
|
||||||
defconfig = "am335x_evm_defconfig";
|
defconfig = "am335x_evm_defconfig";
|
||||||
extraMeta.platforms = ["armv7l-linux"];
|
extraMeta.platforms = ["armv7l-linux"];
|
||||||
|
@ -23295,6 +23295,7 @@ with pkgs;
|
|||||||
buildUBoot
|
buildUBoot
|
||||||
ubootTools
|
ubootTools
|
||||||
ubootA20OlinuxinoLime
|
ubootA20OlinuxinoLime
|
||||||
|
ubootA20OlinuxinoLime2EMMC
|
||||||
ubootBananaPi
|
ubootBananaPi
|
||||||
ubootBananaPim3
|
ubootBananaPim3
|
||||||
ubootBananaPim64
|
ubootBananaPim64
|
||||||
|
Loading…
Reference in New Issue
Block a user