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:
- zephyr
- gccarmemb
- xtools
supported:
- i2c
- gpio
testing:
ignore_tags:
- xtools
- net
- bluetooth

View file

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