From: Tom Rix <tom@bumblecow.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] FW: Please Pull u-boot-ti/master
Date: Wed, 02 Jun 2010 14:10:09 -0500 [thread overview]
Message-ID: <4C06AC91.8090308@bumblecow.com> (raw)
In-Reply-To: <0554BEF07D437848AF01B9C9B5F0BC5D9E382DDD@dlee01.ent.ti.com>
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
> _______________________________________________
>
>
>
parent reply other threads:[~2010-06-02 19:10 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <0554BEF07D437848AF01B9C9B5F0BC5D9E382DDD@dlee01.ent.ti.com>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4C06AC91.8090308@bumblecow.com \
--to=tom@bumblecow.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.