mirror of
https://github.com/apache/nuttx.git
synced 2026-08-09 06:25:09 +00:00
arch/arm: fix typos in start files
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
parent
37789e75aa
commit
e28e4fd320
5 changed files with 5 additions and 5 deletions
|
|
@ -191,7 +191,7 @@ void __start(void)
|
|||
#ifdef CONFIG_LC823450_SPIFI_BOOT
|
||||
|
||||
/* Copy any necessary code sections from FLASH to RAM. The correct
|
||||
* destination in SRAM is geive by _sramfuncs and _eramfuncs. The
|
||||
* destination in SRAM is given by _sramfuncs and _eramfuncs. The
|
||||
* temporary location is in flash after the data initialization code
|
||||
* at _framfuncs. This should be done before lc823450_clockconfig() is
|
||||
* called (in case it has some dependency on initialized C variables).
|
||||
|
|
|
|||
|
|
@ -149,7 +149,7 @@ void __start(void)
|
|||
}
|
||||
|
||||
/* Copy any necessary code sections from FLASH to RAM. The correct
|
||||
* destination in SRAM is geive by _sramfuncs and _eramfuncs. The
|
||||
* destination in SRAM is given by _sramfuncs and _eramfuncs. The
|
||||
* temporary location is in flash after the data initialization code
|
||||
* at _framfuncs. This must be done before sam_clockconfig() can be
|
||||
* called (at least for the SAM4L family).
|
||||
|
|
|
|||
|
|
@ -184,7 +184,7 @@ void __start(void)
|
|||
}
|
||||
|
||||
/* Copy any necessary code sections from FLASH to RAM. The correct
|
||||
* destination in SRAM is geive by _sramfuncs and _eramfuncs. The
|
||||
* destination in SRAM is given by _sramfuncs and _eramfuncs. The
|
||||
* temporary location is in flash after the data initialization code
|
||||
* at _framfuncs. This should be done before sam_clockconfig() is
|
||||
* called (in case it has some dependency on initialized C variables).
|
||||
|
|
|
|||
|
|
@ -208,7 +208,7 @@ void __start(void)
|
|||
}
|
||||
|
||||
/* Copy any necessary code sections from FLASH to RAM. The correct
|
||||
* destination in SRAM is geive by _sramfuncs and _eramfuncs. The
|
||||
* destination in SRAM is given by _sramfuncs and _eramfuncs. The
|
||||
* temporary location is in flash after the data initialization code
|
||||
* at _framfuncs. This should be done before stm32_clockconfig() is
|
||||
* called (in case it has some dependency on initialized C variables).
|
||||
|
|
|
|||
|
|
@ -209,7 +209,7 @@ void __start(void)
|
|||
}
|
||||
|
||||
/* Copy any necessary code sections from FLASH to RAM. The correct
|
||||
* destination in SRAM is geive by _sramfuncs and _eramfuncs. The
|
||||
* destination in SRAM is given by _sramfuncs and _eramfuncs. The
|
||||
* temporary location is in flash after the data initialization code
|
||||
* at _framfuncs. This should be done before stm32_clockconfig() is
|
||||
* called (in case it has some dependency on initialized C variables).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue