• Andre Przywara's avatar
    plat/arm: Remove ARM_LINUX_KERNEL_AS_BL33 relying on RESET_TO_BL31 · e27340a7
    Andre Przywara authored
    
    
    So far the ARM platform Makefile would require that RESET_TO_BL31 is set
    when we ask for the ARM_LINUX_KERNEL_AS_BL33 feature.
    There is no real technical reason for that, and the one place in the
    code where this was needed has been fixed.
    
    Remove the requirement of those two options to be always enabled
    together.
    This enables the direct kernel boot feature for the Foundation FVP
    (as described in the documentation), which requires a BL1/FIP
    combination to boot, so cannot use RESET_TO_BL31.
    
    Change-Id: I6814797b6431b6614d684bab3c5830bfd9481851
    Signed-off-by: default avatarAndre Przywara <andre.przywara@arm.com>
    e27340a7
arm_common.mk 10.5 KB