boards: arm: Fix setting of xtools

efm32pg_stk3402a and lpcxpresso54114_m0 board yaml files didn't set
xtools under the toolchain category, fix that.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2019-03-13 13:05:37 -05:00 committed by Kumar Gala
commit e509cdc5c4
2 changed files with 2 additions and 2 deletions

View file

@ -7,11 +7,11 @@ flash: 1024
toolchain: toolchain:
- zephyr - zephyr
- gccarmemb - gccarmemb
- xtools
supported: supported:
- i2c - i2c
- gpio - gpio
testing: testing:
ignore_tags: ignore_tags:
- xtools
- net - net
- bluetooth - bluetooth

View file

@ -12,8 +12,8 @@ ram: 32
flash: 64 flash: 64
testing: testing:
ignore_tags: ignore_tags:
- xtools
- net - net
toolchain: toolchain:
- xtools
- zephyr - zephyr
- gnuarmemb - gnuarmemb