• Andrew Thoelke's avatar
    Allow platform parameter X1 to be passed to BL3-1 · 03462671
    Andrew Thoelke authored
    bl2_main() was overwriting any platform set X1 parameter for BL3-1
    with the value zero.
    
    This patch ensure that any platform set value is correctly passed
    to BL3-1. The FVP port adds a check to verify this parameter is
    being passed correctly.
    
    Fixes ARM-software/tf-issues#173
    
    Change-Id: Ifbcda73d3d41d2b04a4baf5614e9d2d21f1717c8
    03462671
bl2_fvp_setup.c 11.7 KB