diff options
Diffstat (limited to 'tools/checker/common/archs.py')
-rw-r--r-- | tools/checker/common/archs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/checker/common/archs.py b/tools/checker/common/archs.py index 178e0b5bc5..9628c888aa 100644 --- a/tools/checker/common/archs.py +++ b/tools/checker/common/archs.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -archs_list = ['ARM', 'ARM64', 'MIPS', 'MIPS64', 'X86', 'X86_64'] +archs_list = ['ARM', 'ARM64', 'X86', 'X86_64'] |