commit | d5f3d17ca6b6272d9096912579778b67fa40a164 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Mon Mar 23 11:06:13 2015 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sat Mar 28 12:07:46 2015 -0400 |
tree | 93f8c55d43aa7e9952bec26fd0a38554bb412d63 | |
parent | 49995ffe81c266304bf9612fa2964b94d44a6c1c [diff] |
armv8: semihosting: delete external interface 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>