ubootOdroidXU3: init

This commit is contained in:
Nikolay Amiantov 2017-03-20 11:06:20 +03:00
parent 15d3f8e783
commit a9d44b5c30
2 changed files with 7 additions and 0 deletions

View file

@ -83,6 +83,12 @@ in rec {
filesToInstall = ["u-boot" "u-boot.dtb" "u-boot-dtb-tegra.bin" "u-boot-nodtb-tegra.bin"];
};
ubootOdroidXU3 = buildUBoot rec {
defconfig = "odroid-xu3_defconfig";
targetPlatforms = ["armv7l-linux"];
filesToInstall = ["u-boot.bin"];
};
ubootPcduino3Nano = buildUBoot rec {
defconfig = "Linksprite_pcDuino3_Nano_defconfig";
targetPlatforms = ["armv7l-linux"];

View file

@ -12131,6 +12131,7 @@ with pkgs;
ubootBananaPi
ubootBeagleboneBlack
ubootJetsonTK1
ubootOdroidXU3
ubootPcduino3Nano
ubootRaspberryPi
ubootRaspberryPi2