ARC: boards: qemu: define vendor properly
Set vendor to `snps` to be consistent with vendor in board yaml file. Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> Signed-off-by: Evgeniy Paltsev <PaltsevEvgeniy@gmail.com>
This commit is contained in:
parent
1640d37189
commit
927f09c1b6
5 changed files with 5 additions and 5 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
/ {
|
||||
model = "QEMU ARC EM";
|
||||
compatible = "qemu,arcem";
|
||||
compatible = "snps,qemu-arcem";
|
||||
|
||||
cpus {
|
||||
#address-cells = <1>;
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
/ {
|
||||
model = "QEMU ARC HS";
|
||||
compatible = "qemu,archs";
|
||||
compatible = "snps,qemu-archs";
|
||||
|
||||
cpus {
|
||||
#address-cells = <1>;
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
/ {
|
||||
model = "QEMU ARC HS";
|
||||
compatible = "qemu,archs";
|
||||
compatible = "snps,qemu-archs";
|
||||
|
||||
cpus {
|
||||
#address-cells = <1>;
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
/ {
|
||||
model = "QEMU ARC HS";
|
||||
compatible = "qemu,archs";
|
||||
compatible = "snps,qemu-archs";
|
||||
|
||||
cpus {
|
||||
#address-cells = <1>;
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
/ {
|
||||
model = "QEMU ARC HS";
|
||||
compatible = "qemu,archs";
|
||||
compatible = "snps,qemu-archs";
|
||||
|
||||
cpus {
|
||||
#address-cells = <1>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue