arch/arm: fix typos in start files

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
Petro Karashchenko 2022-12-16 22:34:37 +02:00 committed by Xiang Xiao
parent 37789e75aa
commit e28e4fd320
5 changed files with 5 additions and 5 deletions

View File

@ -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).

View File

@ -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).

View File

@ -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).

View File

@ -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).

View File

@ -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).