[update] remain 1K ram for security in bl616

This commit is contained in:
jzlv 2023-12-01 10:30:11 +08:00
parent 81a1645805
commit e46a30b333

View File

@ -33,7 +33,7 @@ MEMORY
fw_header_memory (rx) : ORIGIN = 0xA0000000 - 0x1000, LENGTH = 4K
xip_memory (rx) : ORIGIN = 0xA0000000, LENGTH = 4M
ram_psram (wxa) : ORIGIN = 0xA8000000, LENGTH = 4M
itcm_memory (rx) : ORIGIN = 0x62FC0000, LENGTH = 12K
itcm_memory (rx) : ORIGIN = 0x62FC0400, LENGTH = 11K /* first 1K is for security */
dtcm_memory (rx) : ORIGIN = 0x62FC3000, LENGTH = 4K
nocache_ram_memory (!rx) : ORIGIN = 0x22FC4000, LENGTH = nocache_max_size
ram_memory (!rx) : ORIGIN = 0x62FC4000 + nocache_max_size, LENGTH = 320K - 12K - 4K - nocache_max_size + remain_wifi_ram