Tom, Please pull u-boot-ti/master. This set consists of a patch set from Sudhkar which earlier broke other DaVinci boards. I verified that all DaVinci boards built fine.
Thanks, Sandeep The following changes since commit 23911740486c59851df57521c49bfd81ce1865ec: Delio Brignoli (1): DaVinci: Improve DaVinci SPI speed. are available in the git repository at: git://git.denx.de/u-boot-ti.git master Grazvydas Ignotas (1): OMAP3: pandora: enable battery backup capacitor 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 EVM MAINTAINERS | 4 + MAKEALL | 1 + Makefile | 5 +- arch/arm/include/asm/arch-davinci/hardware.h | 1 + board/davinci/{da830evm => da8xxevm}/Makefile | 6 +- board/davinci/da8xxevm/common.c | 55 +++++++++ board/davinci/da8xxevm/common.h | 30 +++++ board/davinci/{da830evm => da8xxevm}/config.mk | 0 board/davinci/{da830evm => da8xxevm}/da830evm.c | 29 ++--- board/davinci/da8xxevm/da850evm.c | 111 ++++++++++++++++++ board/pandora/pandora.c | 9 ++ include/configs/da850evm.h | 140 +++++++++++++++++++++++ 12 files changed, 371 insertions(+), 20 deletions(-) rename board/davinci/{da830evm => da8xxevm}/Makefile (90%) create mode 100644 board/davinci/da8xxevm/common.c create mode 100644 board/davinci/da8xxevm/common.h 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 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot