Skip to content
  • Max Filippov's avatar
    xtensa: allow merging vectors into .text section · b46dcfa3
    Max Filippov authored
    
    
    Currently code for exception/IRQ vectors is stored in kernel image as
    initialization data and is copied to its working addresses during
    startup. It doesn't always make sense. In many cases vectors location
    can be automatically decided at kernel link time and code can be placed
    right there. This is especially useful for XIP kernel.
    
    Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
    b46dcfa3