> -----Original Message----- > From: [email protected] [mailto:u-boot- > [email protected]] On Behalf Of [email protected] > Sent: Friday, January 29, 2010 2:36 AM > To: [email protected]; [email protected] > Subject: [U-Boot] Please pull u-boot-ti master > > Tom, > > Please pull u-boot-ti master. > > Thanks, > Sandeep > > The following changes since commit > 797312a15edc9dfb433e6903a75189030e7aaaaa: > Wolfgang Denk (1): > Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx > [Hiremath, Vaibhav] Sandeep,
Can you merge below patch also, 4803 11/23 [email protected] [U-Boot] [PATCH V4] OMAP3EVM: Added NAND support I am about to submit the other patches also. Thanks, Vaibhav > are available in the git repository at: > > git://git.denx.de/u-boot-ti.git master > > Ladislav Michl (3): > NetStar: Disable CONFIG_CMD_JFFS2 > NetStar: make crcit utility more readable > NetStar: Remove debug junk leaked into eeprom utility > > Nick Thompson (1): > da830evm: Use table driven pin mux configuration > > Scott Ellis (1): > Overo GPMC registers > > Sekhar Nori (1): > TI DaVinci: Driver for the davinci SPI controller > > Tom Rix (1): > OMAP3 Move declaration of gpmc_cfg. > > board/davinci/da830evm/da830evm.c | 35 +++--- > board/netstar/crcit.c | 9 +- > board/netstar/eeprom.c | 8 +- > board/netstar/eeprom_start.S | 166 +------------------------- > -- > board/overo/overo.c | 14 +- > board/overo/overo.h | 9 ++ > drivers/spi/Makefile | 1 + > drivers/spi/davinci_spi.c | 223 > +++++++++++++++++++++++++++++++++++++ > drivers/spi/davinci_spi.h | 101 +++++++++++++++++ > include/asm-arm/arch-omap3/cpu.h | 4 + > include/configs/devkit8000.h | 1 - > include/configs/netstar.h | 3 - > include/configs/omap3_beagle.h | 1 - > include/configs/omap3_evm.h | 1 - > include/configs/omap3_overo.h | 1 - > include/configs/omap3_pandora.h | 1 - > include/configs/omap3_sdp3430.h | 1 - > include/configs/omap3_zoom1.h | 1 - > include/configs/omap3_zoom2.h | 1 - > 19 files changed, 369 insertions(+), 212 deletions(-) > create mode 100644 drivers/spi/davinci_spi.c > create mode 100644 drivers/spi/davinci_spi.h > _______________________________________________ > U-Boot mailing list > [email protected] > http://lists.denx.de/mailman/listinfo/u-boot _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

