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:
parent
c083548f80
commit
8efd1d7767
79 changed files with 79 additions and 80 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
/ {
|
||||
model = "STMicroelectronics STM3210C-EVAL board";
|
||||
compatible = "st,stm3210c-eval", "st,stm32f107";
|
||||
compatible = "st,stm3210c-eval";
|
||||
|
||||
chosen {
|
||||
zephyr,console = &usart2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue