[U-Boot] [PATCH 1/3] Prepare for da850 support

Wolfgang Denk wd at denx.de
Thu Dec 17 22:12:01 CET 2009


Dear Sudhakar Rajashekhara,

In message <1260959053-29746-1-git-send-email-sudhakar.raj at 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

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
A man either lives life as it happens to him, meets  it  head-on  and
licks it, or he turns his back on it and starts to wither away.
	-- Dr. Boyce, "The Menagerie" ("The Cage"), stardate unknown


More information about the U-Boot mailing list