diff options
Diffstat (limited to 'build/arch-options/armhf')
-rw-r--r-- | build/arch-options/armhf | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/build/arch-options/armhf b/build/arch-options/armhf index 69a1985ed..46729d8b5 100644 --- a/build/arch-options/armhf +++ b/build/arch-options/armhf @@ -9,11 +9,10 @@ archspec="arm;armhf;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=140 # This is coming from the lowmem package -minimum_memory=80 +minimum_memory=190 # These two options should be set if condition 'smp' is set below smp_config_section="Kernel Features" smp_config_option="Symmetric Multi-Processing" @@ -27,7 +26,7 @@ frontend="newt;not-gtk" other="supports-serial-console" smp="smp-alternatives" 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. |