Commit 4be64d9d authored by K900's avatar K900
Browse files

ubootAmx335xEVM: mark broken

parent 40ac7920
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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"