From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 12 Aug 2015 21:26:41 +0200 Subject: [U-Boot] [PATCH] pxa: Fix boot hang by avoiding vector relocation In-Reply-To: <1439402147-22745-1-git-send-email-andrew.ruder@elecsyscorp.com> References: <1439402147-22745-1-git-send-email-andrew.ruder@elecsyscorp.com> Message-ID: <201508122126.41370.marex@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 Wednesday, August 12, 2015 at 07:55:47 PM, Andrew Ruder wrote: > Since commit 3ff46cc42b9d73d0 ("arm: relocate the exception vectors") > pxa does not boot anymore. > > Add a specific relocate_vectors macro that skips the vector relocation, > as the pxa SoC does not provide RAM at the high vectors address > (0xFFFF0000), and (0x00000000) maps to ROM. > > This allows pxa to boot again. > > Cc: Marek Vasut > Signed-off-by: Andrew Ruder Applied to u-boot-pxa/master, thanks. Best regards, Marek Vasut