1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-08 00:59:17 +01:00

arm64: zynqmp: Add revB string to compatible string

Some user space libraries reading platform compatible string and based
on that changing behavior. Mark revB board with revB string.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
Michal Simek
2017-11-02 10:22:27 +01:00
parent 23b34d1456
commit 582ee92417

View File

@@ -12,6 +12,7 @@
/ {
model = "ZynqMP ZCU102 RevB";
compatible = "xlnx,zynqmp-zcu102-revB", "xlnx,zynqmp-zcu102", "xlnx,zynqmp";
};
&gem3 {