summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorDino Li <Dino.Li@ite.com.tw>2020-11-30 11:06:38 +0800
committerCommit Bot <commit-bot@chromium.org>2020-12-17 03:23:42 +0000
commitde6289da947f23240b9234717799bb83250a2a72 (patch)
tree1b6db85b4e8271873c065f517ad6a4247405dc47 /core
parent3b1f01e3942b0fb8f07e9c113d79522a1f261815 (diff)
downloadchrome-ec-de6289da947f23240b9234717799bb83250a2a72.tar.gz
it83xx/flash: workaround of IMMU tag is nds32 only
This change excluded the workaround from core riscv. BUG=b:111808417 BRANCH=none TEST=On asurada and drawcia, no error while erasing and writing flash of address 0x7e000 ~ 0x7f000 Signed-off-by: Dino Li <Dino.Li@ite.com.tw> Change-Id: If6510b181173862684552607d688b3afb046aa2c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2563356 Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
Diffstat (limited to 'core')
-rw-r--r--core/riscv-rv32i/ec.lds.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/riscv-rv32i/ec.lds.S b/core/riscv-rv32i/ec.lds.S
index c9de979d78..0280c6ee9c 100644
--- a/core/riscv-rv32i/ec.lds.S
+++ b/core/riscv-rv32i/ec.lds.S
@@ -82,8 +82,6 @@ SECTIONS
ASSERT((__flash_dma_size < IT83XX_ILM_BLOCK_SIZE),
"__flash_dma_size < IT83XX_ILM_BLOCK_SIZE");
. = ALIGN(IT83XX_ILM_BLOCK_SIZE);
-
- __flash_text_start = .;
#endif
*(.text*)
. = ALIGN(4);