Re: [PATCH] arm: Use bl for the boot_start_hook_0 calls to avoid JUMP11 calls.

2018-11-20 Thread Chris Johns
On 20/11/18 8:47 pm, Sebastian Huber wrote: > On 20/11/2018 10:32, chr...@rtems.org wrote: >> From: Chris Johns >> >> --- >>   bsps/arm/shared/start/start.S | 4 ++-- >>   1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/bsps/arm/shared/start/start.S

Re: [PATCH] arm: Use bl for the boot_start_hook_0 calls to avoid JUMP11 calls.

2018-11-20 Thread Sebastian Huber
On 20/11/2018 10:32, chr...@rtems.org wrote: From: Chris Johns --- bsps/arm/shared/start/start.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bsps/arm/shared/start/start.S b/bsps/arm/shared/start/start.S index e4df46f656..f9f2baec32 100644 ---

[PATCH] arm: Use bl for the boot_start_hook_0 calls to avoid JUMP11 calls.

2018-11-20 Thread chrisj
From: Chris Johns --- bsps/arm/shared/start/start.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bsps/arm/shared/start/start.S b/bsps/arm/shared/start/start.S index e4df46f656..f9f2baec32 100644 --- a/bsps/arm/shared/start/start.S +++ b/bsps/arm/shared/start/start.S