1
0
Fork 0

MLK-20384 soc: imx: drop xenvm soc data

Drop xenvm soc data, we have userspace tool stack generate correct model
compatile and this soc data will also trigger issue on i.MX8QXP.

So drop it.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Flynn xu <flynn.xu@nxp.com>
(cherry picked from commit 9be6db046ac435f2caab7ab3561ea1a66144cdda)
pull/10/head
Peng Fan 2018-11-16 16:10:06 +08:00
parent cc98fe35bb
commit bef231b948
1 changed files with 0 additions and 2 deletions

View File

@ -230,8 +230,6 @@ static const struct of_device_id imx8_soc_match[] = {
{ .compatible = "fsl,imx8qxp", .data = &imx8qxp_soc_data, },
{ .compatible = "fsl,imx8mq", .data = &imx8mq_soc_data, },
{ .compatible = "fsl,imx8mm", .data = &imx8mm_soc_data, },
/* Fixme: this is a hack for big/little xen guest, b0 no need this */
{ .compatible = "xen,xenvm", .data = &imx8qm_soc_data, },
{ }
};