mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 01:24:27 +00:00
fix(fvp): update the memory size allocated to optee at EL1
Update the memory size allocated to optee at EL1 to 0xd80000 to match the size specified by mem-size in optee manifest. Change-Id: I6826a56d0f68a6a2b5181f849a741a9bf1f0829b Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
This commit is contained in:
parent
18ec9bdc2d
commit
4739372278
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
debug_name = "op-tee";
|
||||
load_address = <0x6280000>;
|
||||
vcpu_count = <8>;
|
||||
mem_size = <1048576>;
|
||||
mem_size = <0xd80000>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue