diff options
author | Tom Rini <trini@konsulko.com> | 2015-07-07 08:42:35 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-07-07 08:42:35 -0400 |
commit | 3cbb15d04f77d39e176253c537798f9e66b57082 (patch) | |
tree | 053c87f9c7560b4d675dabfa97e53f919c194385 /arch/arm/cpu | |
parent | 37f4d0ec34a4333ae9417c512faf7242e8ebeae3 (diff) | |
parent | abe8f9a9348d5b3bba55e88039041bc545ded877 (diff) | |
download | u-boot-imx-3cbb15d04f77d39e176253c537798f9e66b57082.zip u-boot-imx-3cbb15d04f77d39e176253c537798f9e66b57082.tar.gz u-boot-imx-3cbb15d04f77d39e176253c537798f9e66b57082.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-arm
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. * *************************************************************************/ |