Re: [U-Boot] [PATCH 2/8] Remove arch/${ARCH}/include/asm/errno.h

2016-09-21 Thread Alexey Brodkin
Hi Masahiro-san, On Wed, 2016-09-21 at 11:01 +0900, Masahiro Yamada wrote: > 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 .  Actually, U-Boot does not > export headers to user-space, so we just have to

[U-Boot] [PATCH 2/8] Remove arch/${ARCH}/include/asm/errno.h

2016-09-20 Thread Masahiro Yamada
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 . 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 a