Skip to content

Commit

Permalink
libethdrivers/zynqmp: fix compatibility string
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Eckl <[email protected]>
Signed-off-by: Axel Heider <[email protected]>
  • Loading branch information
Axel Heider and Sebastian Eckl committed Feb 19, 2024
1 parent b67281a commit ea44513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libethdrivers/src/plat/zynqmp/zynqmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ int ethif_zynqmp_init_module(ps_io_ops_t *io_ops, const char *dev_path)
}

static const char *compatible_strings[] = {
"cdns,zynq-gem",
"cdns,zynqmp-gem",
"cdns,gem",
NULL
};
Expand Down

0 comments on commit ea44513

Please sign in to comment.