diff options
author | Wolfgang Denk <wd@denx.de> | 2009-10-20 23:12:13 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2009-10-23 15:50:22 +0200 |
commit | 76706cb86b1c76954ff5353db6757ab99cfd95fb (patch) | |
tree | bb48f9d23c3c956a1b88e5b775e964e629864996 /net/Makefile | |
parent | f67066b6b0740b826ed862615c5ab022aaf4779a (diff) | |
download | u-boot-imx-76706cb86b1c76954ff5353db6757ab99cfd95fb.zip u-boot-imx-76706cb86b1c76954ff5353db6757ab99cfd95fb.tar.gz u-boot-imx-76706cb86b1c76954ff5353db6757ab99cfd95fb.tar.bz2 |
cpu/ppc4xx/fdt.c: avoid strcpy() to constant string
strcpy() was iused with the target address being a pointer to a
constant string, which potentially is read-only. Use a (writable)
array of characters instead.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'net/Makefile')
0 files changed, 0 insertions, 0 deletions