| Submitter | Sandeep Paulraj |
|---|---|
| Date | Nov. 19, 2010, 5:21 p.m. |
| Message ID | <1290187301-2829-1-git-send-email-s-paulraj@ti.com> |
| Download | mbox |
| Permalink | /patch/72277/ |
| State | Superseded |
| Headers | show |
Pull-request
git://git.denx.de/u-boot-ti.git masterComments
Dear s-paulraj@ti.com, In message <1290187301-2829-1-git-send-email-s-paulraj@ti.com> you wrote: > The following changes since commit 635d1b3e1b885267de90d100402ba7748fdd9bc5: > Matthias Weisser (1): > Makefile: Fix build with USE_PRIVATE_LIBGCC > > are available in the git repository at: > > git://git.denx.de/u-boot-ti.git master > > Grazvydas Ignotas (3): > OMAP3: pandora: fix relocation and init memory > OMAP3: pandora: remove unused config macros > OMAP3: pandora: update config for production > > Nick Thompson (1): > da830: fixup ARM relocation support > > Nishanth Menon (2): > mmc: omap: timeout counter fix > omap4: board: change global data pointer to file scope > > Sekhar Nori (2): > DA850 EVM: add information regarding DA850 in README.davinci > DA850 EVM: passing maximum clock rate information to kernel > > Steve Sakoman (1): > OMAP4: Panda: Disable CMD_NFS > > arch/arm/cpu/armv7/omap4/board.c | 3 +- > board/davinci/da8xxevm/da850evm.c | 33 ++++++++++ > board/pandora/config.mk | 33 ---------- > doc/README.davinci | 25 ++++++++ > drivers/mmc/omap_hsmmc.c | 107 ++++++++++++++++++++++++++-------- > include/configs/da830evm.h | 10 +++- > include/configs/da850evm.h | 1 + > include/configs/omap3_pandora.h | 117 ++++++++++++++++-------------------- > include/configs/omap4_panda.h | 1 + > 9 files changed, 204 insertions(+), 126 deletions(-) > delete mode 100644 board/pandora/config.mk Applied, thanks. Best regards, Wolfgang Denk
The following changes since commit 635d1b3e1b885267de90d100402ba7748fdd9bc5: Matthias Weisser (1): Makefile: Fix build with USE_PRIVATE_LIBGCC are available in the git repository at: git://git.denx.de/u-boot-ti.git master Grazvydas Ignotas (3): OMAP3: pandora: fix relocation and init memory OMAP3: pandora: remove unused config macros OMAP3: pandora: update config for production Nick Thompson (1): da830: fixup ARM relocation support Nishanth Menon (2): mmc: omap: timeout counter fix omap4: board: change global data pointer to file scope Sekhar Nori (2): DA850 EVM: add information regarding DA850 in README.davinci DA850 EVM: passing maximum clock rate information to kernel Steve Sakoman (1): OMAP4: Panda: Disable CMD_NFS arch/arm/cpu/armv7/omap4/board.c | 3 +- board/davinci/da8xxevm/da850evm.c | 33 ++++++++++ board/pandora/config.mk | 33 ---------- doc/README.davinci | 25 ++++++++ drivers/mmc/omap_hsmmc.c | 107 ++++++++++++++++++++++++++-------- include/configs/da830evm.h | 10 +++- include/configs/da850evm.h | 1 + include/configs/omap3_pandora.h | 117 ++++++++++++++++-------------------- include/configs/omap4_panda.h | 1 + 9 files changed, 204 insertions(+), 126 deletions(-) delete mode 100644 board/pandora/config.mk