]> git.ipfire.org Git - thirdparty/u-boot.git/commit
cmd: pxe: Remove unused NEEDS_MANUAL_RELOC code bits
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Wed, 6 Sep 2023 21:29:55 +0000 (23:29 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 14 Sep 2023 14:42:24 +0000 (10:42 -0400)
commit0d67e25bd28e132cead6cc4d387e341588d284cc
treef23dc5cfb87ce0ae4ec9f9109cff2b2dc1c4223c
parentd1e57979884c4cfca24fb4b9ad8298654ecf2e23
cmd: pxe: Remove unused NEEDS_MANUAL_RELOC code bits

The last user of the NEEDS_MANUAL_RELOC has been removed in commit
26af162ac8f8 ("arch: m68k: Implement relocation")
Remove now unused NEEDS_MANUAL_RELOC code.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
cmd/pxe.c