[U-Boot-Users] [Patch 2/4] U-Boot-V2: ARM: introduce CONFIG_SKIP_RELOCATION

Wolfgang Denk wd at denx.de
Wed May 7 14:52:21 CEST 2008


In message <8E8BB316C604E94AA019A54D0A5A82A201A2C94B at dlee13.ent.ti.com> you wrote:
> Introduce CONFIG_SKIP_RELOCATION as alternative define. This may be
> desired in some conditions where U-Boot is downloaded directly into SRAM
> during NAND/Peripheral download mode and is not expected to be
> relocated.
> 
> This patch also organizes SKIP_LOWLEVEL_INIT and SKIP_RELOCATION in a
> common arm feature dependent section.

Your patch is corrupted - your mailer line-wrapped it:

> +config SKIP_LOWLEVEL_INIT
> +	bool
> +	default n
> +	depends on ARM
> +	prompt "Skip lowlevel init"
> +	help
> +	  This entry skips the SDRAM initialising on many ARM based
> boards.
^^^^^^^^^^^^^ here for example.

PLease fix your mailer before resending.

I strongly recommend to use git and git tools for such work.

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
"Never face facts; if you do, you'll never get up in the morning."
- Marlo Thomas




More information about the U-Boot mailing list