mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-29 01:50:53 +00:00
Merge pull request #716 from yatharth-arm/yk/AArch32_porting
AArch32: Fix detection of virtualization support
This commit is contained in:
@@ -142,7 +142,7 @@ void bl1_prepare_next_image(unsigned int image_id)
|
||||
SPSR_E_LITTLE, DISABLE_ALL_EXCEPTIONS);
|
||||
} else {
|
||||
/* Use HYP mode if supported else use SVC. */
|
||||
if (GET_VIRT_EXT(read_id_pfr1()) == MODE32_hyp) {
|
||||
if (GET_VIRT_EXT(read_id_pfr1())) {
|
||||
next_bl_ep->spsr = SPSR_MODE32(MODE32_hyp, SPSR_T_ARM,
|
||||
SPSR_E_LITTLE, DISABLE_ALL_EXCEPTIONS);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user