Skip to content
  • Kever Yang's avatar
    rockchip: rk3399: defconfig: no need to reserve IRAM for SPL · 5ce94c74
    Kever Yang authored
    
    
    We use to reserve IRAM to avoid the SPL text overlap with ATF M0 code,
    and when we introduce the TPL, the SPL space is in DRAM, we reserve
    space to avoid SPL text overlap with ATF bl31.
    
    Now we decide to move ATF entry point to 0x40000 instead of 0x1000,
    so that the SPL can have 0x4000 as code size and no need to reserve
    space or relocate before loading ATF.
    
    The mainline ATF has update since:
    0aad563c rockchip: Update BL31_BASE to 0x40000
    
    Signed-off-by: Kever Yang's avatarKever Yang <kever.yang@rock-chips.com>
    5ce94c74