diff options
author | Michal Simek <michal.simek@xilinx.com> | 2020-08-05 12:41:35 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2020-09-23 10:31:40 +0200 |
commit | ced4d46626b06298d19e61279f49bf5158c5e2a6 (patch) | |
tree | 8a0adad5b03b9428d909594f7bc5516c4713089f /board/phytec | |
parent | e17c5ec8e11636889755386de4a7a2171f016503 (diff) | |
download | u-boot-ced4d46626b06298d19e61279f49bf5158c5e2a6.tar.gz |
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>
Diffstat (limited to 'board/phytec')
0 files changed, 0 insertions, 0 deletions