commit | ae80c2ee4a3095cdff7e352654c6db8e9a2124e0 | [log] [tgz] |
---|---|---|
author | Jacob Stiffler <j-stiffler@ti.com> | Wed Sep 30 10:12:05 2015 -0400 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Thu Oct 29 14:05:47 2015 -0500 |
tree | a96043e6a1b55f1c142d4badb7ed2fe781fe0bd8 | |
parent | bd8d3001a4c9999484d5c8d66479393eca58bd03 [diff] |
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>