diff options
Diffstat (limited to 'arch/sandbox/lib/bootm.c')
-rw-r--r-- | arch/sandbox/lib/bootm.c | 5 |
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; -} |