
Dear Sudhakar Rajashekhara,
In message 1260959053-29746-1-git-send-email-sudhakar.raj@ti.com you wrote:
DA850/OMAP-L138 is a new SoC from Texas Instruments (http://focus.ti.com/docs/prod/folders/print/omap-l138.html). This SoC is similar to DA830/OMAP-L137 in many aspects. Hence rename the da830 specific files and folders to da8xx to accommodate DA850/OMAP-L138.
...
7 files changed, 226 insertions(+), 222 deletions(-) delete mode 100644 board/davinci/da830evm/Makefile delete mode 100644 board/davinci/da830evm/config.mk delete mode 100644 board/davinci/da830evm/da830evm.c create mode 100644 board/davinci/da8xxevm/Makefile create mode 100644 board/davinci/da8xxevm/config.mk create mode 100644 board/davinci/da8xxevm/da830evm.c
Please use the "-M" option to "git format-patch" (maybe also "-C" and even "--find-copies-harder") to save reviewers the work of comparing the deleted and the new files.
Please resubmit - I am not in the mood to manually compare the files.
diff --git a/Makefile b/Makefile index b891b1b..769bf22 100644 --- a/Makefile +++ b/Makefile @@ -2934,7 +2934,9 @@ cp1026_config: unconfig @board/armltd/integrator/split_by_variant.sh cp $@
da830evm_config: unconfig
- @$(MKCONFIG) $(@:_config=) arm arm926ejs da830evm davinci davinci
- @mkdir -p $(obj)include
- echo "#define CONFIG_DA830_EVM" >> $(obj)include/config.h
- @$(MKCONFIG) -a $(@:_config=) arm arm926ejs da8xxevm davinci davinci
Don't add scripting to the top level Makefile, this is not needed any more.
Best regards,
Wolfgang Denk