[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] xen/arm: Fix platform name for Xilinx ZynqMP
This seems to be copy/paste error.This patch simply replace string xgene_storm with xilink_zymp for xilink platform. Signed-off-by: Amit Singh Tomar <amittomer25@xxxxxxxxx> --- xen/arch/arm/platforms/xilinx-zynqmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/arm/platforms/xilinx-zynqmp.c b/xen/arch/arm/platforms/xilinx-zynqmp.c index 2adee91..38f2c16 100644 --- a/xen/arch/arm/platforms/xilinx-zynqmp.c +++ b/xen/arch/arm/platforms/xilinx-zynqmp.c @@ -32,7 +32,7 @@ static const struct dt_device_match zynqmp_blacklist_dev[] __initconst = { /* sentinel */ }, }; -PLATFORM_START(xgene_storm, "Xilinx ZynqMP") +PLATFORM_START(xilink_zynqmp, "Xilinx ZynqMP") .compatible = zynqmp_dt_compat, .blacklist_dev = zynqmp_blacklist_dev, PLATFORM_END -- 1.9.1 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |