u-boot/arch/sandbox
Masahiro Yamada 4491327d59 Remove arch/${ARCH}/include/asm/errno.h
Unlike Linux, nothing about errno.h is arch-specific in U-Boot.
As you see, all of arch/${ARCH}/include/asm/errno.h is just a
wrapper of <asm-generic/errno.h>.  Actually, U-Boot does not
export headers to user-space, so we just have to care about the
consistency in the U-Boot tree.

Now all of include directives for <asm/errno.h> are gone.
Deprecate <asm/errno.h>.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Alexey Brodkin <abrodkin@synopsys.com>
2016-09-23 17:56:18 -04:00
..
cpu sandbox: Add a test device that uses of-platdata 2016-07-14 20:40:24 -06:00
dts Add a power domain framework/uclass 2016-07-27 16:29:56 -06:00
include/asm Remove arch/${ARCH}/include/asm/errno.h 2016-09-23 17:56:18 -04:00
lib cmd: Split 'bootz' and 'booti' out from 'bootm' 2016-08-20 11:35:07 -04:00
Kconfig sandbox: Add a new sandbox_spl board 2016-07-14 20:40:24 -06:00
Makefile Kbuild: introduce Makefile in arch/$ARCH/ 2014-12-08 09:35:45 -05:00
config.mk sandbox: Support building an SPL image 2016-07-14 20:40:24 -06:00