From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Fri, 28 Jun 2013 10:00:58 +0200 Subject: [U-Boot] [PATCH] bootm: Disable interrupts before loading OS In-Reply-To: <1372405572-6961-1-git-send-email-sjg@chromium.org> References: <1372405572-6961-1-git-send-email-sjg@chromium.org> Message-ID: <51CD42BA.2010100@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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. > > Signed-off-by: Simon Glass Thanks-. That fixes the gunzip() not returning on powerpc for me. So: Tested-by: Stefan Roese Thanks, Stefan