From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rix Date: Wed, 02 Jun 2010 14:10:09 -0500 Subject: [U-Boot] FW: Please Pull u-boot-ti/master In-Reply-To: <0554BEF07D437848AF01B9C9B5F0BC5D9E382DDD@dlee01.ent.ti.com> References: <0554BEF07D437848AF01B9C9B5F0BC5D9E382DDD@dlee01.ent.ti.com> Message-ID: <4C06AC91.8090308@bumblecow.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > _______________________________________________ > > >