• Varun Wadekar's avatar
    Tegra186: disable PROGRAMMABLE_RESET_ADDRESS · 8336c94d
    Varun Wadekar authored
    
    
    This patch disables the code to program reset vector for secondary
    CPUs to a different entry point, than cold boot. The cold boot entry
    point has the ability to differentiate between a cold boot and a warm
    boot, that is controlled by the PROGRAMMABLE_RESET_ADDRESS macro. By
    reusing the same entry point, we can lock the CPU reset vector during
    cold boot.
    
    Change-Id: Iad400841d57c139469e1d29b5d467197e11958c4
    Signed-off-by: default avatarVarun Wadekar <vwadekar@nvidia.com>
    8336c94d
plat_secondary.c 1.85 KB