On Thu, Aug 3, 2017 at 2:12 AM, Simon Glass <[email protected]> wrote: > We can use printf() to limit the string width. Adjust the code to do this > instead of using strlcpy() which is a bit clumbsy. > > Signed-off-by: Simon Glass <[email protected]> > --- > > Changes in v2: > - Add new patch to drop use of strlcpy() > > drivers/core/dump.c | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) >
Reviewed-by: Bin Meng <[email protected]> Tested-by: Bin Meng <[email protected]> _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

