Skip to content
Commit ced4d466 authored by Michal Simek's avatar Michal Simek
Browse files

xilinx: zynqmp: Remove one static variable



There is no reason to have name variable saved in BSS section when it
doesn't need to be really used. That's why remove static from variable
definition and use strdup() to duplicate string with exact size from malloc
area instead.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent e17c5ec8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment