ARC: boards: allow Zephyr toolchain for ARCv3 64bit boards

As 0.13 SDK is available and used in upstream verification by
default we can allow Zephyr toolchain for ARCv3 64bit boards.

Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: Evgeniy Paltsev <PaltsevEvgeniy@gmail.com>
This commit is contained in:
Evgeniy Paltsev 2021-08-10 15:03:24 +03:00 committed by Christopher Friedt
commit 9e0acf3afa
3 changed files with 3 additions and 0 deletions

View file

@ -5,6 +5,7 @@ simulation: nsim
arch: arc arch: arc
toolchain: toolchain:
- cross-compile - cross-compile
- zephyr
testing: testing:
ignore_tags: ignore_tags:
- net - net

View file

@ -5,6 +5,7 @@ simulation: mdb-nsim
arch: arc arch: arc
toolchain: toolchain:
- cross-compile - cross-compile
- zephyr
testing: testing:
ignore_tags: ignore_tags:
- net - net

View file

@ -5,6 +5,7 @@ simulation: qemu
arch: arc arch: arc
toolchain: toolchain:
- cross-compile - cross-compile
- zephyr
testing: testing:
ignore_tags: ignore_tags:
- net - net