Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core: calculate size/address cells with overlay
In case an external device tree overlay is configured within OP-TEE, fdt_{size,address}_cells will return the defaults from the device tree specification. These will be wrong for 32-bit ARM platforms, instead calculate them from the paddr_t size instead. Signed-off-by: Rouven Czerwinski <[email protected]> Reviewed-by: Jens Wiklander <[email protected]>
- Loading branch information