[U-Boot] FW: Please Pull u-boot-ti/master

Tom Rix tom at bumblecow.com
Wed Jun 2 21:10:09 CEST 2010


Paulraj, Sandeep wrote:
> FYI.
> 
> Can you apply this please
> 
> 
> The following changes since commit 9bb3b3d4406c1e388a99f6fb189147d6a06cc2cf:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-ti.git master
> 
> Sudhakar Rajashekhara (3):
>       da830: Move common code out of da830evm.c file
>       TI: DaVinci: Prepare for da850 support
>       TI: DaVinci: Add board specific code for da850
> 

This breaks many davinci targets.

This is the common error

misc.c: In function 'irq_init':
misc.c:51: error: 'davinci_aintc_regs' undeclared (first use in this function)
misc.c:51: error: (Each undeclared identifier is reported only once
misc.c:51: error: for each function it appears in.)
make[1]: *** [.../build/board/davinci/common/misc.o] Error 1
make: *** [.../build/board/davinci/common/libdavinci.a] Error 2
make: *** Waiting for unfinished jobs....

This must be resolved.

Tom


>  MAINTAINERS                                     |    4 +
>  MAKEALL                                         |    1 +
>  Makefile                                        |    5 +-
>  arch/arm/include/asm/arch-davinci/hardware.h    |    1 +
>  board/davinci/common/misc.c                     |   30 +++++
>  board/davinci/common/misc.h                     |    7 +
>  board/davinci/{da830evm => da8xxevm}/Makefile   |    5 +-
>  board/davinci/{da830evm => da8xxevm}/config.mk  |    0
>  board/davinci/{da830evm => da8xxevm}/da830evm.c |   28 ++---
>  board/davinci/da8xxevm/da850evm.c               |  110 ++++++++++++++++++
>  include/configs/da850evm.h                      |  140 +++++++++++++++++++++++
>  11 files changed, 311 insertions(+), 20 deletions(-)
>  rename board/davinci/{da830evm => da8xxevm}/Makefile (91%)
>  rename board/davinci/{da830evm => da8xxevm}/config.mk (100%)
>  rename board/davinci/{da830evm => da8xxevm}/da830evm.c (90%)
>  create mode 100644 board/davinci/da8xxevm/da850evm.c
>  create mode 100644 include/configs/da850evm.h
> _______________________________________________
> 
> 
> 



More information about the U-Boot mailing list