summaryrefslogtreecommitdiff
path: root/drivers/fpga/xilinx.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-09-22 11:36:23 -0400
committerTom Rini <trini@konsulko.com>2016-09-22 11:36:23 -0400
commit58c8c0963b1c720802c46ac4288c897e5f9cd296 (patch)
tree08458bac1c2339713a4e0721ff857bcf123aecd6 /drivers/fpga/xilinx.c
parenta6c1309782e7a4a6b18e9514ca927487b5727232 (diff)
parente0027f089bb64f6b84742c580f966bf9c97c900e (diff)
Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze
Diffstat (limited to 'drivers/fpga/xilinx.c')
-rw-r--r--drivers/fpga/xilinx.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/fpga/xilinx.c b/drivers/fpga/xilinx.c
index d459a2f7a57..2cd0104d8b1 100644
--- a/drivers/fpga/xilinx.c
+++ b/drivers/fpga/xilinx.c
@@ -199,6 +199,9 @@ int xilinx_info(xilinx_desc *desc)
case xilinx_zynq:
printf("Zynq PL\n");
break;
+ case xilinx_zynqmp:
+ printf("ZynqMP PL\n");
+ break;
/* Add new family types here */
default:
printf ("Unknown family type, %d\n", desc->family);
@@ -227,6 +230,9 @@ int xilinx_info(xilinx_desc *desc)
case devcfg:
printf("Device configuration interface (Zynq)\n");
break;
+ case csu_dma:
+ printf("csu_dma configuration interface (ZynqMP)\n");
+ break;
/* Add new interface types here */
default:
printf ("Unsupported interface type, %d\n", desc->iface);