mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2026-07-02 06:52:42 +00:00
BL1 has no need to support cm_set_context() as that is only needed by runtime services which BL1 doesn't provide. So the context can be simplified to make it easier to understand. Change-Id: Iea14d49c973436afad40cd41d1159b2abf51c65d Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>