arm64/imx9evk: enlarge ocram size to unblock CI

This temporary fix is just to unblock CI errors:

```
Configuration/Tool: imx93-evk/bootloader
...
aarch64-none-elf-ld: region `ocram' overflowed by 88 bytes
```

Signed-off-by: Yanfeng Liu <yfliu2008@qq.com>
This commit is contained in:
Yanfeng Liu 2024-05-27 17:17:24 +08:00 committed by Xiang Xiao
parent 8d7d687e86
commit bfa1799f1c

View File

@ -31,7 +31,7 @@ EXTERN(__start)
MEMORY
{
ocram (rx) : ORIGIN = 0x2049a000, LENGTH = 0x37ff0
ocram (rx) : ORIGIN = 0x2049a000, LENGTH = 0x40000
ocram_data (rw) : ORIGIN = 0x204e0000, LENGTH = 0x2000
ocram_noload (rw) : ORIGIN = 0x204f0000, LENGTH = 0x30000
}