ubootAmx335xEVM: mark broken

This commit is contained in:
K900
2025-07-08 15:45:44 +03:00
parent 40ac792042
commit 4be64d9d05
+4 -1
View File
@@ -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"