
Signed-off-by: Sudhakar Rajashekhara sudhakar.raj@ti.com Acked-by: Ben Gardiner bengardiner@nanometrics.ca Reviewed-by: Wolfgang Denk wd@denx.de
MAINTAINERS | 4 + MAKEALL | 1 + Makefile | 3 +- arch/arm/include/asm/arch-davinci/hardware.h | 1 + board/davinci/da8xxevm/Makefile | 1 + board/davinci/da8xxevm/da850evm.c | 111
++++++++++++++++++++
include/configs/da850evm.h | 140 ++++++++++++++++++++++++++ 7 files changed, 260 insertions(+), 1 deletions(-) create mode 100644 board/davinci/da8xxevm/da850evm.c create mode 100644 include/configs/da850evm.h
Sudhakar,
Unfortunately there are some checkpatch errors which need your attention.
Atleast one error cannot be fixed but the others should.
Also when I tried to apply the first patch in this series, it just would not apply. I applied the patch that this is dependent on.
Can you submit all 3 patches one final time? It appears as if there are some dependencies.
Thanks, Sandeep
It appears there was an issue with my version of git, which seemed to be the reason for these issues.
I have applied this patch set to u-boot-ti.
Thanks, Sandeep