From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Wed, 8 Jul 2009 22:01:10 +0200 Subject: [U-Boot] [PATCH] asm-generic: Consolidate errno.h to asm-generic/errno.h In-Reply-To: <4A545023.4060709@monstr.eu> References: <1246369650-18329-1-git-send-email-monstr@monstr.eu> <4A545023.4060709@monstr.eu> Message-ID: <20090708200110.GE21586@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > > > > 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 > > --- > > 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.