boards/arm: Remove soc compatible from board compatible

There's no reason to add soc compatible at this level.


Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2020-09-25 14:57:24 +02:00 committed by Kumar Gala
commit 8efd1d7767
79 changed files with 79 additions and 80 deletions

View file

@ -9,7 +9,7 @@
/ {
model = "STMicroelectronics STM3210C-EVAL board";
compatible = "st,stm3210c-eval", "st,stm32f107";
compatible = "st,stm3210c-eval";
chosen {
zephyr,console = &usart2;