arch/arm/src/armv7-a: Fix typo and missing quotation for armv7-a.

This commit is contained in:
Oki Minabe 2019-09-08 07:01:57 -06:00 committed by Gregory Nutt
parent 4b1eecad66
commit 3e44e9107c
2 changed files with 3 additions and 3 deletions

View File

@ -100,7 +100,7 @@
*/
#elif defined(CONFIG_BOOT_COPYTORAM)
# error "configuration not implemented
# error "configuration not implemented"
/* Check for the identity mapping: For this configuration, this would be
* the case where the virtual beginning of FLASH is the same as the physical

View File

@ -106,7 +106,7 @@
*/
#elif defined(CONFIG_BOOT_COPYTORAM)
# error "configuration not implemented
# error "configuration not implemented"
/* Check for the identity mapping: For this configuration, this would be
* the case where the virtual beginning of FLASH is the same as the physical
@ -754,7 +754,7 @@ arm_data_initialize:
/* Text-section constants:
*
* _sbss is the start of the BSS region (see ld.script)
* _ebss is the end of the BSS regsion (see ld.script)
* _ebss is the end of the BSS region (see ld.script)
*
* The idle task stack usually starts at the end of BSS and is of size
* CONFIG_IDLETHREAD_STACKSIZE. The heap continues from there until the