boot: pxe: Drop the duplicate comment on get_pxe_file()
authorSimon Glass <sjg@chromium.org>
Fri, 15 Nov 2024 23:19:15 +0000 (16:19 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 15 Jan 2025 14:48:42 +0000 (08:48 -0600)
commit8777ae2b957151cd4fc299b84055150c531e6333
tree4cb0cacdf1822948d5cddf2d577e6d6c4744e3ec
parentadc621bf15cf7478e2ac46985216703219ebe778
boot: pxe: Drop the duplicate comment on get_pxe_file()

This function is exported, so document it in the header file. Drop the
duplicate comment in the C file.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/pxe_utils.c