Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Simon Glass's avatar
    385501d3
    bootm: Disable interrupts only when loading · 385501d3
    Simon Glass authored
    
    With the move of the interrupt code to earlier in the sequence, we
    exposed a problem where the interrupts are disabled at each bootm
    stage. This is not correct - it should be done only once. Let's disable
    interrupts in the LOAD stage. Put the code in a function for clarity.
    
    Also, bootz lost its interrupt code altogether, so reinstate it.
    
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
    385501d3
    History
    bootm: Disable interrupts only when loading
    Simon Glass authored
    
    With the move of the interrupt code to earlier in the sequence, we
    exposed a problem where the interrupts are disabled at each bootm
    stage. This is not correct - it should be done only once. Let's disable
    interrupts in the LOAD stage. Put the code in a function for clarity.
    
    Also, bootz lost its interrupt code altogether, so reinstate it.
    
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>