mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-11 19:48:59 +01:00
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>
This commit is contained in:
parent
1f9e5e228c
commit
003b09dad4
1 changed files with 3 additions and 4 deletions
|
|
@ -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.
|
||||
*
|
||||
*************************************************************************/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue