commit | 051b8bc75852defbb7ab601dca9d3499fc0309d8 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Wed Aug 05 12:41:35 2020 +0200 |
committer | Michal Simek <michal.simek@xilinx.com> | Wed Sep 23 10:31:40 2020 +0200 |
tree | 8a0adad5b03b9428d909594f7bc5516c4713089f | |
parent | 3fd2ed37777c24578f443bd259a8a532e7889d08 [diff] |
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: Michal Simek <michal.simek@xilinx.com>