commit | 8182a3afd1fa17b0639373bace110ed7410dd278 | [log] [tgz] |
---|---|---|
author | Walter Stoll <walter.stoll@duagon.com> | Tue Oct 12 11:01:59 2021 +0000 |
committer | Ramon Fried <rfried.dev@gmail.com> | Tue Nov 23 09:57:56 2021 +0200 |
tree | 0a4898d94b5a6132a75465fc408ec359a8e5ba04 | |
parent | c4b540e5dc5355da3a2cac58ec2967b3948538bd [diff] |
net: bootp: Correct VCI string transmission The VCI string sent during bootp of U-Boot-SPL is corrupt. This is because the byte counter is not adjusted within the bootp_extended() function when the VCI string is added. We fix this. Signed-off-by: Walter Stoll <walter.stoll@duagon.com> Reviewed-by: Simon Glass <sjg@chromium.org>