commit | 0401c863e91e59a85ebc54ec0c0b2475699642b4 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed Oct 07 20:19:15 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Oct 21 07:46:26 2015 -0600 |
tree | 9419ac1307f98da7da4c200d8f3edca9b43ccf12 | |
parent | 8c77af6cf3cf6db0b2dd8f8f9eec774a39c4c5fd [diff] |
cmd: bootvx: Avoid strlen() calls when constructing VxWorks bootline Remember the position in the VxWorks bootline buffer to avoid the call to strlen() each time. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>