diff mbox

[U-Boot] armv7: better comment in start.S

Message ID 20150408121554.GA11933@amd
State Accepted
Delegated to: Albert ARIBAUD
Headers show

Commit Message

Pavel Machek April 8, 2015, 12:15 p.m. UTC
Fix big/small letters in comment.
    
Signed-off-by: Pavel Machek <pavel@denx.de>

Comments

Marek Vasut April 8, 2015, 1:53 p.m. UTC | #1
On Wednesday, April 08, 2015 at 02:15:54 PM, Pavel Machek wrote:
> Fix big/small letters in comment.
> 
> Signed-off-by: Pavel Machek <pavel@denx.de>

I think my u-boot boots a little faster now, please add ... :)

Tested-by: Marek Vasut <marex@denx.de>

Best regards,
Marek Vasut
Albert ARIBAUD June 3, 2015, 5:47 p.m. UTC | #2
Hello Pavel,

On Wed, 8 Apr 2015 14:15:54 +0200, Pavel Machek <pavel@denx.de> wrote:
> 
> Fix big/small letters in comment.
>     
> Signed-off-by: Pavel Machek <pavel@denx.de>
> 
> diff --git a/arch/arm/cpu/armv7/start.S b/arch/arm/cpu/armv7/start.S
> index 5ed0f45..1c7e6f0 100644
> --- a/arch/arm/cpu/armv7/start.S
> +++ b/arch/arm/cpu/armv7/start.S
> @@ -22,10 +22,9 @@
>   *
>   * Startup Code (reset vector)
>   *
> - * do important init only if we don't start from memory!
> - * setup Memory and board specific bits prior to relocation.
> - * relocate armboot to ram
> - * setup stack
> + * Do important init only if we don't start from memory!
> + * Setup memory and board specific bits prior to relocation.
> + * Relocate armboot to ram. Setup stack.
>   *
>   *************************************************************************/
>  
> 
> 
> -- 
> (english) http://www.livejournal.com/~pavelmachek
> (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

Applied to u-boot-arm/master, thanks!

Amicalement,
diff mbox

Patch

diff --git a/arch/arm/cpu/armv7/start.S b/arch/arm/cpu/armv7/start.S
index 5ed0f45..1c7e6f0 100644
--- a/arch/arm/cpu/armv7/start.S
+++ b/arch/arm/cpu/armv7/start.S
@@ -22,10 +22,9 @@ 
  *
  * Startup Code (reset vector)
  *
- * do important init only if we don't start from memory!
- * setup Memory and board specific bits prior to relocation.
- * relocate armboot to ram
- * setup stack
+ * Do important init only if we don't start from memory!
+ * Setup memory and board specific bits prior to relocation.
+ * Relocate armboot to ram. Setup stack.
  *
  *************************************************************************/