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

2016-09-22 Thread Alexey Brodkin
Hello Masahiro-san, On Thu, 2016-09-22 at 07:25 +0900, Masahiro Yamada wrote: > 2016-09-21 11:28 GMT+09:00 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 >

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

2016-09-21 Thread Masahiro Yamada
2016-09-21 11:28 GMT+09:00 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

[U-Boot] [RESEND PATCH 04/10] 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