]> git.ipfire.org Git - thirdparty/u-boot.git/commit
fpga: Replace char * with const char * for filename
authorTien Fong Chee <tien.fong.chee@intel.com>
Fri, 15 Feb 2019 07:57:07 +0000 (15:57 +0800)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 16 Apr 2019 09:51:33 +0000 (11:51 +0200)
commit3003c445b3cb1d1ca7e2304bfa3e2faf2ae02f80
treef412af2514b53ac4eef2cd7ae1f8e07e05f91188
parent9184c92f46da7a0cd53a806046e56911b61c90e2
fpga: Replace char * with const char * for filename

Ensure the string for filename is always constant, otherwise it can be
corrupted by the writing.

Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/fpga/zynqpl.c
include/fpga.h