diff options
Diffstat (limited to 'build/arch-options/s390')
-rw-r--r-- | build/arch-options/s390 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/build/arch-options/s390 b/build/arch-options/s390 index 6f840fa06..c6cd082e2 100644 --- a/build/arch-options/s390 +++ b/build/arch-options/s390 @@ -2,11 +2,9 @@ # the 's390' architecture # It is sourced by the build scripts -archspec="s390;not-powerpc;not-x86;linux-any" +archspec="s390;not-powerpc;not-x86" arch_listname="s390" arch_porturl="s390" -arch_kernel="Linux" -arch_parttype="Linux" minimum_memory=20 # These two options should be set if condition 'smp' is set below smp_config_section="Processor type and features" |