diff options
author | Pavel Machek <pavel@denx.de> | 2015-04-08 14:15:54 +0200 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2015-07-07 08:04:03 +0200 |
commit | 003b09dad492ebc385b28067b8028a0c0ff9323f (patch) | |
tree | 6eb6b9bac373543fbe0b8757e1cad73b52f0948b /arch/arm/cpu | |
parent | 1f9e5e228c23831bb8e8896209bb67ebcfaf59a7 (diff) | |
download | u-boot-imx-003b09dad492ebc385b28067b8028a0c0ff9323f.zip u-boot-imx-003b09dad492ebc385b28067b8028a0c0ff9323f.tar.gz u-boot-imx-003b09dad492ebc385b28067b8028a0c0ff9323f.tar.bz2 |
armv7: better comment in start.S
Fix big/small letters in comment.
Signed-off-by: Pavel Machek <pavel@denx.de>
Tested-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'arch/arm/cpu')
-rw-r--r-- | arch/arm/cpu/armv7/start.S | 7 |
1 files changed, 3 insertions, 4 deletions
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. * *************************************************************************/ |