From c1e76bd8ad65a2a5ae774cd8e62560e040fb5485 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Wed, 8 Apr 2015 14:15:54 +0200 Subject: [PATCH] armv7: better comment in start.S Fix big/small letters in comment. Signed-off-by: Pavel Machek Tested-by: Marek Vasut --- arch/arm/cpu/armv7/start.S | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/arch/arm/cpu/armv7/start.S b/arch/arm/cpu/armv7/start.S index 5ed0f45a26..1c7e6f01f9 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. * *************************************************************************/ -- 2.39.2