Loading pkgs/misc/uboot/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
pkgs/misc/uboot/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -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" Loading