commit | 5df368c6241afd836b0a05e927c83a7e6ee6159a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Dec 14 21:19:09 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 10 17:04:25 2024 -0600 |
tree | 4fd1855faff72d8347a30ac927f6ffbd3ef279d4 | |
parent | 7c19f91043e86525c54cf339d53bf01c1b726931 [diff] |
pxe: Refactor to reduce the size of label_boot() This function is far too long and complicated. Split out the part which actually calls the boot commands into a separate function. Change a strncpy() to strlcpy() to keep checkpatch happy. No functional change is intended. Signed-off-by: Simon Glass <sjg@chromium.org>