Re: [U-Boot] [PATCH] bootm: Disable interrupts before loading OS

2013-06-28 Thread Tom Rini
On Fri, Jun 28, 2013 at 10:00:58AM +0200, Stefan Roese wrote: > On 06/28/2013 09:46 AM, Simon Glass wrote: > > This restores the ordering of interrupt disable to what it what before > > commit 35fc84fa. It seems that on some archiectures (e.g. PowerPC) the > > OS is loaded into an interrupt region,

Re: [U-Boot] [PATCH] bootm: Disable interrupts before loading OS

2013-06-28 Thread Stefan Roese
On 06/28/2013 09:46 AM, Simon Glass wrote: > This restores the ordering of interrupt disable to what it what before > commit 35fc84fa. It seems that on some archiectures (e.g. PowerPC) the > OS is loaded into an interrupt region, which can cause problems if > interrupts are still running. > > Sign