summaryrefslogtreecommitdiff
path: root/chip/it83xx/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/it83xx/flash.c')
-rw-r--r--chip/it83xx/flash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/chip/it83xx/flash.c b/chip/it83xx/flash.c
index 2df59fdf17..d80c9dfd57 100644
--- a/chip/it83xx/flash.c
+++ b/chip/it83xx/flash.c
@@ -539,13 +539,13 @@ static void flash_code_static_dma(void)
/*
* Enable ILM
* Set the logic memory address(flash code of RO/RW) in eflash
- * by programing the register SCARx bit19-bit0.
+ * by programming the register SCARx bit19-bit0.
*/
IT83XX_SMFI_SCAR2L = FLASH_DMA_START & 0xFF;
IT83XX_SMFI_SCAR2M = (FLASH_DMA_START >> 8) & 0xFF;
IT83XX_SMFI_SCAR2H = (FLASH_DMA_START >> 16) & 0x0F;
/*
- * Validate Direct-map SRAM function by programing
+ * Validate Direct-map SRAM function by programming
* register SCARx bit20=0
*/
IT83XX_SMFI_SCAR2H &= ~0x10;