Include exit-gunyah.config fragment to enable early hypervisor exit on QCS9100 platform, allowing U-Boot to run at EL2.
Signed-off-by: Aswin Murugan <[email protected]> --- configs/qcom_qcs9100_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/qcom_qcs9100_defconfig b/configs/qcom_qcs9100_defconfig index efd6c63f212..fb7addb5276 100644 --- a/configs/qcom_qcs9100_defconfig +++ b/configs/qcom_qcs9100_defconfig @@ -4,6 +4,7 @@ # a dedicated "uefi" partition for edk2/U-Boot) #include "qcom_defconfig" +#include "board/qualcomm/exit-gunyah.config" # Address where U-Boot will be loaded CONFIG_TEXT_BASE=0xaf000000 -- 2.34.1

