[U-Boot] [PATCH 0/7 V2] IXP: Make IXP compile with arm-linux-gnueabi- and fix it

Marek Vasut marex at denx.de
Tue Mar 6 12:05:21 CET 2012


From: Marek Vasut <marek.vasut at gmail.com>

This series of patches makes ARM/IXP platform compile with usual
arm-linux-gnueabi- toolchain. Also, fix the IXP build errors detected with
gcc4.6.

Marek Vasut (7):
  Examples: Properly append LDFLAGS to LD command
  IXP: Make IXP buildable with arm-linux- toolchains
  IXP: Fix missing MACH_TYPE_{ACTUX?,PNB3,DVLHOST}
  IXP: Squash warnings in IXP NPE
  IXP: Move PDNB3 and SCPU from Makefile to boards.cfg
  IXP: Fix NAND build warning on PDNB3 and SCPU
  IXP: Fix GPIO_INT_ACT_LOW_SET()

 Makefile                                 |   12 ------------
 arch/arm/cpu/ixp/config.mk               |    3 +++
 arch/arm/cpu/ixp/npe/IxEthAcc.c          |    2 +-
 arch/arm/cpu/ixp/npe/IxEthDBAPISupport.c |    3 ---
 arch/arm/cpu/ixp/npe/IxQMgrDispatcher.c  |    3 ---
 arch/arm/include/asm/arch-ixp/ixp425.h   |   10 ++++++++--
 board/actux1/actux1.c                    |    2 --
 board/actux2/actux2.c                    |    2 --
 board/actux3/actux3.c                    |    2 --
 board/actux4/actux4.c                    |    2 --
 board/dvlhost/dvlhost.c                  |    2 --
 board/prodrive/pdnb3/nand.c              |   16 +++-------------
 board/prodrive/pdnb3/pdnb3.c             |    3 ---
 boards.cfg                               |    2 ++
 examples/standalone/Makefile             |    2 +-
 include/configs/actux1.h                 |    2 ++
 include/configs/actux2.h                 |    2 ++
 include/configs/actux3.h                 |    2 ++
 include/configs/actux4.h                 |    2 ++
 include/configs/dvlhost.h                |    2 ++
 include/configs/pdnb3.h                  |    2 ++
 21 files changed, 30 insertions(+), 48 deletions(-)

Cc: Bryan Hundven <bryanhundven at gmail.com>
Cc: Michael Schwingen <rincewind at discworld.dascon.de>

V2: Fix remaining issues in nand.c and actux4

-- 
1.7.9



More information about the U-Boot mailing list