Re: [U-Boot] [PATCH] asm-generic: Consolidate errno.h to asm-generic/errno.h

On 09:52 Wed 08 Jul , Michal Simek wrote:
Hi Custodians,
Do you have any problem with this asm-generic/errno.h patch?
Patch is available in u-boot-microblaze.git asm-generic branch.
Thanks, Michal
From: Michal Simek monstr@monstr.eu
This patch use blackfin errno.h implementation which correspond Linux kernel one.
MIPS implemetation is different that's why I keep it.
I removed ppc_error_no.h from Marvell boards which was the same too.
Signed-off-by: Michal Simek monstr@monstr.eu
board/Marvell/common/ppc_error_no.h | 164 ----------------------------------- board/Marvell/db64360/mv_eth.h | 3 +- board/Marvell/db64460/mv_eth.h | 2 +- board/prodrive/p3mx/mv_eth.h | 2 +- include/asm-arm/errno.h | 139 +----------------------------- include/asm-avr32/errno.h | 133 +---------------------------- include/asm-blackfin/errno.h | 157 +--------------------------------- include/asm-generic/errno.h | 155 +++++++++++++++++++++++++++++++++ include/asm-m68k/errno.h | 139 +----------------------------- include/asm-microblaze/errno.h | 1 + include/asm-ppc/errno.h | 139 +----------------------------- include/asm-sh/errno.h | 157 +--------------------------------- include/asm-sparc/errno.h | 163 +---------------------------------- 13 files changed, 166 insertions(+), 1188 deletions(-) delete mode 100644 board/Marvell/common/ppc_error_no.h create mode 100644 include/asm-generic/errno.h create mode 100644 include/asm-microblaze/errno.h
looks fine for me too
Best Regards, J.
participants (1)
-
Jean-Christophe PLAGNIOL-VILLARD