mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: i.MX50: do not pass base address to imx53_boot_save_loc
@ 2017-02-19 18:57 Alexander Kurz
  2017-02-22  8:14 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Kurz @ 2017-02-19 18:57 UTC (permalink / raw)
  To: barebox; +Cc: Alexander Kurz

This is a follow-up on commit cf3dfafff4cb.

Signed-off-by: Alexander Kurz <akurz@blala.de>
---
 arch/arm/mach-imx/imx50.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-imx/imx50.c b/arch/arm/mach-imx/imx50.c
index fb278a5..d6ff6df 100644
--- a/arch/arm/mach-imx/imx50.c
+++ b/arch/arm/mach-imx/imx50.c
@@ -50,7 +50,7 @@ static int imx50_silicon_revision(void)
 int imx50_init(void)
 {
 	imx50_silicon_revision();
-	imx53_boot_save_loc((void *)MX50_SRC_BASE_ADDR);
+	imx53_boot_save_loc();
 
 	return 0;
 }
-- 
2.1.4


_______________________________________________
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: i.MX50: do not pass base address to imx53_boot_save_loc
  2017-02-19 18:57 [PATCH] ARM: i.MX50: do not pass base address to imx53_boot_save_loc Alexander Kurz
@ 2017-02-22  8:14 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2017-02-22  8:14 UTC (permalink / raw)
  To: Alexander Kurz; +Cc: barebox

On Sun, Feb 19, 2017 at 07:57:48PM +0100, Alexander Kurz wrote:
> This is a follow-up on commit cf3dfafff4cb.
> 
> Signed-off-by: Alexander Kurz <akurz@blala.de>
> ---
>  arch/arm/mach-imx/imx50.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks

Sascha

> 
> diff --git a/arch/arm/mach-imx/imx50.c b/arch/arm/mach-imx/imx50.c
> index fb278a5..d6ff6df 100644
> --- a/arch/arm/mach-imx/imx50.c
> +++ b/arch/arm/mach-imx/imx50.c
> @@ -50,7 +50,7 @@ static int imx50_silicon_revision(void)
>  int imx50_init(void)
>  {
>  	imx50_silicon_revision();
> -	imx53_boot_save_loc((void *)MX50_SRC_BASE_ADDR);
> +	imx53_boot_save_loc();
>  
>  	return 0;
>  }
> -- 
> 2.1.4
> 
> 
> _______________________________________________
> 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:[~2017-02-22  8:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-19 18:57 [PATCH] ARM: i.MX50: do not pass base address to imx53_boot_save_loc Alexander Kurz
2017-02-22  8:14 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox