
Wolfgang,
Please pull u-boot-ti/master I ran MAKEALL and saw no issues.
Regards, Sandeep
The following changes since commit dce6538f5d21a0def8a4df5328d536abed3e136a: Nick Thompson (1): Davinci: SPI: add the missing v2 patch changes
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
Ajay Kumar Gupta (1): musb: fix compilation warning
Prakash PM (2): da830 evm: Fix checkpatch error on 'pinmux' macro da850 evm: Fix definition of 'pinmux' macro
Steve Sakoman (1): ARMV7: Add basic gpmc initialization for OMAP4
arch/arm/cpu/armv7/omap4/Makefile | 1 + arch/arm/cpu/armv7/omap4/mem.c | 45 ++++++++++++++++++ arch/arm/include/asm/arch-omap4/cpu.h | 48 +++++++++++++++++++ arch/arm/include/asm/arch-omap4/omap4.h | 2 +- arch/arm/include/asm/arch-omap4/sys_proto.h | 1 + board/davinci/da8xxevm/da830evm.c | 68 +++++++++++++------------- board/davinci/da8xxevm/da850evm.c | 22 ++++---- board/ti/panda/panda.c | 2 + board/ti/sdp4430/sdp.c | 2 + drivers/usb/musb/omap3.h | 2 +- 10 files changed, 146 insertions(+), 47 deletions(-) create mode 100644 arch/arm/cpu/armv7/omap4/mem.c