summaryrefslogtreecommitdiffstats
path: root/pkgs/misc/uboot
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/misc/uboot')
-rw-r--r--pkgs/misc/uboot/default.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/misc/uboot/default.nix b/pkgs/misc/uboot/default.nix
index c373364103fb..29dfb6558a9f 100644
--- a/pkgs/misc/uboot/default.nix
+++ b/pkgs/misc/uboot/default.nix
@@ -112,6 +112,12 @@ in {
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
};
+ ubootAmx335xEVM = buildUBoot {
+ defconfig = "am335x_evm_defconfig";
+ extraMeta.platforms = ["armv7l-linux"];
+ filesToInstall = ["MLO" "u-boot.img"];
+ };
+
ubootBananaPi = buildUBoot {
defconfig = "Bananapi_defconfig";
extraMeta.platforms = ["armv7l-linux"];
@@ -131,12 +137,6 @@ in {
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
};
- ubootBeagleboneBlack = buildUBoot {
- defconfig = "am335x_boneblack_defconfig";
- extraMeta.platforms = ["armv7l-linux"];
- filesToInstall = ["MLO" "u-boot.img"];
- };
-
# http://git.denx.de/?p=u-boot.git;a=blob;f=board/solidrun/clearfog/README;hb=refs/heads/master
ubootClearfog = buildUBoot {
defconfig = "clearfog_defconfig";