]> git.sur5r.net Git - u-boot/commit
fpga: zynqmp: Fix the nonsecure bitstream loading issue
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Wed, 14 Mar 2018 18:47:24 +0000 (00:17 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 9 Apr 2018 10:14:50 +0000 (12:14 +0200)
commit31bcb3444cbd5002ca9d8f6a3a2644092748cdba
tree49f31edfb6a42bd3d4c442275404b59efc1880fb
parent19ed4b697b9732e0a5097bd233fba7e24dfe9146
fpga: zynqmp: Fix the nonsecure bitstream loading issue

Xilfpga library expects the size of bitstream in a pointer
but currenly we are passing the size as a value. This patch
fixes this issue.

Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Signed-off-by: Nava kishore Manne <navam@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/fpga/zynqmppl.c