Now that loading files using semihosting can be done using a command in standard scripts, and we have rewritten the boardfile and added it to the Vexpress64, let's delete the external interface to the semihosting file retrieveal and rely solely on these commands, and staticize them inside that file so the whole business is self-contained. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>master
parent
49995ffe81
commit
d5f3d17ca6
@ -1,17 +0,0 @@ |
||||
/*
|
||||
* Copyright 2014 Broadcom Corporation |
||||
* |
||||
* SPDX-License-Identifier: GPL-2.0+ |
||||
*/ |
||||
|
||||
#ifndef __SEMIHOSTING_H__ |
||||
#define __SEMIHOSTING_H__ |
||||
|
||||
/*
|
||||
* ARM semihosting functions for loading images to memory. See the source |
||||
* code for more information. |
||||
*/ |
||||
int smh_load(const char *fname, void *memp, int avail, int verbose); |
||||
long smh_len(const char *fname); |
||||
|
||||
#endif /* __SEMIHOSTING_H__ */ |
Loading…
Reference in new issue