summaryrefslogtreecommitdiff
path: root/arch/sandbox/lib/bootm.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2025-04-07 12:35:13 -0600
committerTom Rini <trini@konsulko.com>2025-04-07 16:35:43 -0600
commitf892a7f397a66d8d09f418d1e0e06dfb48bac27d (patch)
tree0d4072f764ff512d90467e0217af91deb442dac0 /arch/sandbox/lib/bootm.c
parent2015662a670ca69b5b6636f518c0dde9c229f92d (diff)
Revert "Merge patch series "pxe: Precursor series for supporting read_all() in extlinux / PXE""
This reverts commit 8bc3542384e3a1219e5ffb62b79d16dddc1b1fb9, reversing changes made to 698edd63eca090a2e299cd3facf90a0b97bed677. There are still problems with this series to work out. Link: https://lore.kernel.org/u-boot/CAFLszTjw_MJbK9tpzVYi3XKGazcv55auBAdgVzcAVUta7dRqcg@mail.gmail.com/ Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/sandbox/lib/bootm.c')
-rw-r--r--arch/sandbox/lib/bootm.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/sandbox/lib/bootm.c b/arch/sandbox/lib/bootm.c
index 8ed923750f4..44ba8b52e13 100644
--- a/arch/sandbox/lib/bootm.c
+++ b/arch/sandbox/lib/bootm.c
@@ -89,8 +89,3 @@ int booti_setup(ulong image, ulong *relocated_addr, ulong *size,
return 1;
}
-
-bool booti_is_valid(const void *img)
-{
- return false;
-}