[U-Boot] [PATCH 0/9] Fix build issues for some ARM boards

Anatolij Gustschin agust at denx.de
Sat Nov 19 12:59:07 CET 2011


Build breakage still pollutes the MAKEALL log. Fix build
problems for some ARM based boards. The patches can be
pulled from

 git://git.denx.de/u-boot-video.git arm-fixes

I also fixed davinci_schmoogie and davinci_sonata, but
there are already patches for these on the patchwork [1],
[2], so I do not include them to this patch series.

[1] http://patchwork.ozlabs.org/patch/126534/
[2] http://patchwork.ozlabs.org/patch/126535/

Anatolij Gustschin (9):
  ARM: a320evb: re-add MACH_TYPE_FARADAY
  ARM: cerf250: re-add MACH_TYPE_PXA_CERF
  ARM: cradle: re-add MACH_TYPE_HHP_CRADLE
  ARM: pleb2: re-add MACH_TYPE_PLEB2
  ARM: sbc35_a9g20: re-add MACH_TYPE_SBC35_A9G20
  ARM: tny_a9260: re-add MACH_TYPE_TNY_A9G20 and MACH_TYPE_TNY_A9260
  ARM: xm250: re-add MACH_TYPE_XM250
  ARM: cerf250: fix GCC 4.6 warings
  ARM: xm250: Fix GCC 4.6 warnings

 board/calao/sbc35_a9g20/sbc35_a9g20.c |    1 -
 board/calao/tny_a9260/tny_a9260.c     |    5 -----
 board/cerf250/cerf250.c               |    3 ---
 board/cerf250/flash.c                 |    7 +++----
 board/cradle/cradle.c                 |    3 ---
 board/faraday/a320evb/a320evb.c       |    1 -
 board/pleb2/pleb2.c                   |    3 ---
 board/xm250/flash.c                   |    7 +++----
 board/xm250/xm250.c                   |    3 ---
 include/configs/a320evb.h             |    3 +++
 include/configs/cerf250.h             |    3 +++
 include/configs/cradle.h              |    3 +++
 include/configs/pleb2.h               |    3 +++
 include/configs/sbc35_a9g20.h         |    3 +++
 include/configs/tny_a9260.h           |    4 ++++
 include/configs/xm250.h               |    3 +++
 16 files changed, 28 insertions(+), 27 deletions(-)

-- 
1.7.5.4



More information about the U-Boot mailing list