mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
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>
This commit is contained in:
committed by
Michal Simek
parent
9184c92f46
commit
3003c445b3
@@ -41,7 +41,7 @@ typedef struct { /* typedef fpga_desc */
|
||||
unsigned int blocksize;
|
||||
char *interface;
|
||||
char *dev_part;
|
||||
char *filename;
|
||||
const char *filename;
|
||||
int fstype;
|
||||
} fpga_fs_info;
|
||||
|
||||
|
Reference in New Issue
Block a user