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:
parent
32638183fd
commit
a890790592
7 changed files with 8 additions and 8 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue