[U-Boot] [PATCH 00/14] More fixes GCC 4.6 build warnings

Wolfgang Denk wd at denx.de
Wed Nov 30 09:17:43 CET 2011


Here is anothe rbatch of patches for GCC 4.6 build warnings on PPC
boards.

Note that not all patches are actually checkpatch-clean.  There are
some boards which are more or less dead (for example, the Marvell
DB64360 and DB64460 boards): they have not been actively maintained
for a number of years, but making them build-clean was about the same
effort as removing them, so I decided to kep them for now, but I did
not invest efforts n a real cleanup.

Wolfgang Denk (14):
  alpr board: Fix GCC 4.6 build warnings
  board/amirix/ap1000/flash.c: Fix GCC 4.6 build warning
  drivers/block/sata_dwc.c: Fix GCC 4.6 build warning
  board/cray/L1/flash.c: Fix GCC 4.6 build warning
  DB64360: Fix GCC 4.6 build warnings
  DB64460: Fix GCC 4.6 build warnings
  board/sandburst/common/flash.c: Fix GCC 4.6 build warning
  drivers/usb/host/sl811-hcd.c: Fix GCC 4.6 build warning
  post/board/lwmon5/gdc.c: Fix GCC 4.6 build warning
  board/mpl/common/flash.c: Fix GCC 4.6 build warning
  board/freescale/mpc8610hpcd/mpc8610hpcd.c: Fix GCC 4.6 build warning
  arch/powerpc/cpu/mpc86xx/cpu.c: Fix GCC 4.6 build warning
  board/sbc405/strataflash.c: Fix GCC 4.6 build warning
  board/emk/top860/top860.c: Fix GCC 4.6 build warning

 arch/powerpc/cpu/mpc86xx/cpu.c            |    3 -
 board/Marvell/db64360/db64360.c           |    3 +-
 board/Marvell/db64360/mv_eth.c            |   33 +--
 board/Marvell/db64360/sdram_init.c        |  517 ++++++++++++++---------------
 board/Marvell/db64460/db64460.c           |    3 +-
 board/Marvell/db64460/mv_eth.c            |   33 +--
 board/Marvell/db64460/sdram_init.c        |  515 ++++++++++++++---------------
 board/amirix/ap1000/flash.c               |    3 -
 board/cray/L1/flash.c                     |   25 +-
 board/emk/top860/top860.c                 |    7 +-
 board/freescale/mpc8610hpcd/mpc8610hpcd.c |    3 +-
 board/mpl/common/flash.c                  |    3 +-
 board/prodrive/alpr/fpga.c                |    3 -
 board/prodrive/alpr/nand.c                |    4 +-
 board/sandburst/common/flash.c            |    5 +-
 board/sbc405/strataflash.c                |    3 -
 drivers/block/sata_dwc.c                  |    6 +-
 drivers/usb/host/sl811-hcd.c              |   12 +-
 post/board/lwmon5/gdc.c                   |    3 +-
 19 files changed, 535 insertions(+), 649 deletions(-)

-- 
1.7.6.4



More information about the U-Boot mailing list