diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/arch-options/arm64 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/build/arch-options/arm64 b/build/arch-options/arm64 index f028dfc0b..eb7a50c02 100644 --- a/build/arch-options/arm64 +++ b/build/arch-options/arm64 @@ -9,11 +9,10 @@ archspec="arm;arm64;not-x86;not-s390;not-powerpc" arch_listname="arm" arch_porturl="arm" -# TODO: update # This is coming from the lowmem package -minimum_memory_strict=32 +minimum_memory_strict=245 # This is coming from the lowmem package -minimum_memory=80 +minimum_memory=260 # This is coming from the rootskel package, S60frontend minimum_memory_gtk=640 # These two options should be set if condition 'smp' is set below @@ -29,7 +28,7 @@ frontend="newt;gtk;arm-gtk" other="supports-serial-console" smp="defaults-smp" goodies="supports-lang-chooser" -lowmem="lowmem-unchecked" +lowmem="" # To re-add the "checked for this arch" or "not-checked for this arch" warnings # back (see en/bookinfo.xml file), add "checked" or "not-checked" to status here. |