commit | 8f6e62333ceab7293e83043d57e6a2f78780d648 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jun 28 00:46:12 2013 -0700 |
committer | Tom Rini <trini@ti.com> | Fri Jun 28 16:26:50 2013 -0400 |
tree | 0583eda9afbfca0ffa355eeb2562f87234119ce2 | |
parent | fec2717beaf99169770aebff86f0dede5cc10a9e [diff] |
bootm: Disable interrupts before loading OS 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. Tested-by: Stefan Roese <sr@denx.de> Signed-off-by: Simon Glass <sjg@chromium.org>