Re: [U-Boot] [PATCH v2 2/5] bootm: Disable interrupts only when loading

2013-07-10 Thread Tom Rini
On Thu, Jul 04, 2013 at 01:26:08PM -0700, Simon Glass wrote: > 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 s

[U-Boot] [PATCH v2 2/5] bootm: Disable interrupts only when loading

2013-07-04 Thread Simon Glass
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 in