boards/arm/mercury_xu: change board vendor to Enclustra
This commit changes the vendor of this board from Xilinx to Enclustra. It also adds the `enclustra` vendor prefix to avoid potential name collisions in the future. See Enclustra Mercury XU and Mercury+ XU SoMs: https://www.enclustra.com/en/products/system-on-chip-modules/. Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
This commit is contained in:
parent
d3253a1adf
commit
2ad9d60d2e
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "Mercury XU";
|
model = "Mercury XU";
|
||||||
compatible = "xlnx,zynqmp";
|
compatible = "enclustra,mercury_xu";
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
zephyr,console = &uart0;
|
zephyr,console = &uart0;
|
||||||
|
|
|
@ -6,4 +6,4 @@ arch: arm
|
||||||
toolchain:
|
toolchain:
|
||||||
- zephyr
|
- zephyr
|
||||||
- gnuarmemb
|
- gnuarmemb
|
||||||
vendor: xlnx
|
vendor: enclustra
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue