From 4be64d9d058bd2ecf73ac64002c094c1a7dcd97b Mon Sep 17 00:00:00 2001 From: K900 Date: Tue, 8 Jul 2025 15:45:44 +0300 Subject: [PATCH] ubootAmx335xEVM: mark broken --- pkgs/misc/uboot/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/misc/uboot/default.nix b/pkgs/misc/uboot/default.nix index 90ad35aae031..7d671ecf84dd 100644 --- a/pkgs/misc/uboot/default.nix +++ b/pkgs/misc/uboot/default.nix @@ -222,7 +222,10 @@ in ubootAmx335xEVM = buildUBoot { defconfig = "am335x_evm_defconfig"; - extraMeta.platforms = [ "armv7l-linux" ]; + extraMeta = { + platforms = [ "armv7l-linux" ]; + broken = true; # too big, exceeds memory size + }; filesToInstall = [ "MLO" "u-boot.img"