
14 May
2016
14 May
'16
9:34 p.m.
On 1 May 2016 at 11:35, Simon Glass sjg@chromium.org wrote:
Add outsw() and insw() functions for sandbox, as these are needed by the IDE code. The functions will not do anything useful if called, but allow the code to be compiled.
Also add out16() and in16(), required by systemace.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2:
- Make the string functions empty, since the implementation is not useful
arch/sandbox/include/asm/io.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+)
Applied to u-boot-dm.