Skip to content
Snippets Groups Projects
Commit f326cbba authored by Po-Yu Chuang's avatar Po-Yu Chuang Committed by Albert Aribaud
Browse files

arm: fix incorrect monitor protection region in FLASH


Monitor protection region in FLASH did not cover .rel.dyn
and .dynsym sections, because it uses __bss_start to compute
monitor_flash_len. Use _end instead.

Add _end to linker scripts for end of u-boot image
Add _end_ofs to all the start.S.

Signed-off-by: default avatarPo-Yu Chuang <ratbert@faraday-tech.com>
parent 44c6e659
Loading
Showing
with 60 additions and 0 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment