]> git.ipfire.org Git - people/ms/u-boot.git/commit
net: Increase the size of the net_boot_file_name buffer
authorJacob Stiffler <j-stiffler@ti.com>
Wed, 30 Sep 2015 14:12:05 +0000 (10:12 -0400)
committerJoe Hershberger <joe.hershberger@ni.com>
Thu, 29 Oct 2015 19:05:47 +0000 (14:05 -0500)
commit11a69ff85b0a459f4ac096ae054d0b527d44b095
treea96043e6a1b55f1c142d4badb7ed2fe781fe0bd8
parent6617f87668dec898470224fe9fb22c0807649a1c
net: Increase the size of the net_boot_file_name buffer

The net_boot_file_name buffer is used as storage for the bootfilename
command line argument to network boot commands such as tftp and nfs.

Increase the size of this buffer to 1024 bytes as the current size of
128 bytes is restrictive for arbitrary paths on the server.

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
include/net.h
net/net.c