diff options
author | Tom Rini <trini@konsulko.com> | 2018-02-12 09:51:33 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-13 23:24:22 -0500 |
commit | 34a5c4257a4f41675a3082df8c15444a1b9d58d7 (patch) | |
tree | 339e1b9250bbfd52c1b1932f2b36e5a1cb127cd5 /arch/sandbox | |
parent | fbca0e66cc982325d8031094736d79ed007e42e2 (diff) | |
download | u-boot-34a5c4257a4f41675a3082df8c15444a1b9d58d7.tar.gz |
SystemACE: Remove
This driver is no longer used on any supported platform in U-Boot and
there is no interest in maintaining it further from people that have
used it historically.
Cc: Simon Glass <sjg@chromium.org>
Cc: Michal Simek <michal.simek@xilinx.com>
c: Alexey Brodkin <alexey.brodkin@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Acked-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/sandbox')
-rw-r--r-- | arch/sandbox/include/asm/io.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/sandbox/include/asm/io.h b/arch/sandbox/include/asm/io.h index 59729f5635..d3e8b969d6 100644 --- a/arch/sandbox/include/asm/io.h +++ b/arch/sandbox/include/asm/io.h @@ -171,10 +171,6 @@ static inline void _outsw(volatile u16 *port, const void *buf, int ns) #define insw(port, buf, ns) _insw((u16 *)port, buf, ns) #define outsw(port, buf, ns) _outsw((u16 *)port, buf, ns) -/* For systemace.c */ -#define out16(addr, val) -#define in16(addr) 0 - #include <iotrace.h> #include <asm/types.h> |