boards/x86: Give proper board compatible names

These compatible describe the vendor/board, not the cpu/model.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
Tomasz Bursztyka 2021-02-12 08:49:52 +01:00 committed by Anas Nashif
commit a890790592
7 changed files with 8 additions and 8 deletions

View file

@ -15,8 +15,8 @@
#include <ia32.dtsi>
/ {
model = "QEMU X86";
compatible = "intel,ia32";
model = "QEMU X86 emulator";
compatible = "qemu,x86_emulator";
flash0: flash@500000 {
compatible = "soc-nv-flash";