* [PATCH] ARM: socfpga: socrates: fix ENTRY_FUNCTION
@ 2014-03-12 8:06 Steffen Trumtrar
2014-03-12 20:30 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Steffen Trumtrar @ 2014-03-12 8:06 UTC (permalink / raw)
To: barebox; +Cc: Steffen Trumtrar
The commit
ARM: Make ENTRY_FUNCTION more robust
changed the behaviour of the ENTRY_FUNCTION. For the Socrates the call to
__barebox_arm_head() was not removed. Do so now otherwise the Socrates will
not be able to boot barebox.
Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
---
arch/arm/boards/ebv-socrates/lowlevel.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/arm/boards/ebv-socrates/lowlevel.c b/arch/arm/boards/ebv-socrates/lowlevel.c
index e93ae38..035df70 100644
--- a/arch/arm/boards/ebv-socrates/lowlevel.c
+++ b/arch/arm/boards/ebv-socrates/lowlevel.c
@@ -49,8 +49,6 @@ ENTRY_FUNCTION(start_socfpga_socrates, r0, r1, r2)
{
uint32_t fdt;
- __barebox_arm_head();
-
arm_cpu_lowlevel_init();
fdt = (uint32_t)__dtb_socfpga_cyclone5_socrates_start - get_runtime_offset();
--
1.9.0
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: socfpga: socrates: fix ENTRY_FUNCTION
2014-03-12 8:06 [PATCH] ARM: socfpga: socrates: fix ENTRY_FUNCTION Steffen Trumtrar
@ 2014-03-12 20:30 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2014-03-12 20:30 UTC (permalink / raw)
To: Steffen Trumtrar; +Cc: barebox
On Wed, Mar 12, 2014 at 09:06:05AM +0100, Steffen Trumtrar wrote:
> The commit
> ARM: Make ENTRY_FUNCTION more robust
> changed the behaviour of the ENTRY_FUNCTION. For the Socrates the call to
> __barebox_arm_head() was not removed. Do so now otherwise the Socrates will
> not be able to boot barebox.
>
> Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Applied, thanks
Sascha
> ---
> arch/arm/boards/ebv-socrates/lowlevel.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/arch/arm/boards/ebv-socrates/lowlevel.c b/arch/arm/boards/ebv-socrates/lowlevel.c
> index e93ae38..035df70 100644
> --- a/arch/arm/boards/ebv-socrates/lowlevel.c
> +++ b/arch/arm/boards/ebv-socrates/lowlevel.c
> @@ -49,8 +49,6 @@ ENTRY_FUNCTION(start_socfpga_socrates, r0, r1, r2)
> {
> uint32_t fdt;
>
> - __barebox_arm_head();
> -
> arm_cpu_lowlevel_init();
>
> fdt = (uint32_t)__dtb_socfpga_cyclone5_socrates_start - get_runtime_offset();
> --
> 1.9.0
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-03-12 20:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-12 8:06 [PATCH] ARM: socfpga: socrates: fix ENTRY_FUNCTION Steffen Trumtrar
2014-03-12 20:30 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox