diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-03-17 15:54:09 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-03-17 15:59:14 +0100 |
| commit | e6506800714dfbdcf0843473726faa9e78453f2e (patch) | |
| tree | 4770f94b5d83700281e0f379e0978a970b7bc394 /testsuite.py | |
| parent | 71e1b54f4d8e2eb8a3c8703db731425bd5fe2e7e (diff) | |
Remove TILE architecture from test suite
Removed in linux-next.
Diffstat (limited to 'testsuite.py')
| -rw-r--r-- | testsuite.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/testsuite.py b/testsuite.py index 39fdce6..c66f42c 100644 --- a/testsuite.py +++ b/testsuite.py @@ -1768,9 +1768,6 @@ def all_arch_srcarch_pairs(): yield ("sh64", "sh") - yield ("tilepro", "tile") - yield ("tilegx", "tile") - def all_arch_srcarch_kconfigs(): for arch, srcarch in all_arch_srcarch_pairs(): os.environ["ARCH"] = arch |
