mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: VFxxx: Recort cpu boot source as a part of startup
@ 2018-04-27  5:31 Andrey Smirnov
  2018-04-27  9:45 ` Roland Hieber
  0 siblings, 1 reply; 3+ messages in thread
From: Andrey Smirnov @ 2018-04-27  5:31 UTC (permalink / raw)
  To: barebox; +Cc: Andrey Smirnov

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
---
 arch/arm/mach-imx/vf610.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/mach-imx/vf610.c b/arch/arm/mach-imx/vf610.c
index df8cfcd6b..3ac7c356f 100644
--- a/arch/arm/mach-imx/vf610.c
+++ b/arch/arm/mach-imx/vf610.c
@@ -35,6 +35,8 @@ int vf610_init(void)
 	const char *cputypestr;
 	void __iomem *src = IOMEM(VF610_SRC_BASE_ADDR);
 
+	vf610_boot_save_loc();
+
 	switch (vf610_cpu_type()) {
 	case VF610_CPUTYPE_VF610:
 		cputypestr = "VF610";
-- 
2.14.3


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: VFxxx: Recort cpu boot source as a part of startup
  2018-04-27  5:31 [PATCH] ARM: VFxxx: Recort cpu boot source as a part of startup Andrey Smirnov
@ 2018-04-27  9:45 ` Roland Hieber
  2018-04-27 19:01   ` Andrey Smirnov
  0 siblings, 1 reply; 3+ messages in thread
From: Roland Hieber @ 2018-04-27  9:45 UTC (permalink / raw)
  To: Andrey Smirnov; +Cc: barebox

In the subject: s/Record/Report/ ?

 - Roland

On Thu, Apr 26, 2018 at 10:31:05PM -0700, Andrey Smirnov wrote:
> Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
> ---
>  arch/arm/mach-imx/vf610.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm/mach-imx/vf610.c b/arch/arm/mach-imx/vf610.c
> index df8cfcd6b..3ac7c356f 100644
> --- a/arch/arm/mach-imx/vf610.c
> +++ b/arch/arm/mach-imx/vf610.c
> @@ -35,6 +35,8 @@ int vf610_init(void)
>  	const char *cputypestr;
>  	void __iomem *src = IOMEM(VF610_SRC_BASE_ADDR);
>  
> +	vf610_boot_save_loc();
> +
>  	switch (vf610_cpu_type()) {
>  	case VF610_CPUTYPE_VF610:
>  		cputypestr = "VF610";
> -- 
> 2.14.3
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Roland Hieber                     | r.hieber@pengutronix.de     |
Pengutronix e.K.                  | https://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim | Phone: +49-5121-206917-5086 |
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] 3+ messages in thread

* Re: [PATCH] ARM: VFxxx: Recort cpu boot source as a part of startup
  2018-04-27  9:45 ` Roland Hieber
@ 2018-04-27 19:01   ` Andrey Smirnov
  0 siblings, 0 replies; 3+ messages in thread
From: Andrey Smirnov @ 2018-04-27 19:01 UTC (permalink / raw)
  To: Roland Hieber; +Cc: Barebox List

On Fri, Apr 27, 2018 at 2:45 AM, Roland Hieber <r.hieber@pengutronix.de> wrote:
> In the subject: s/Record/Report/ ?

Yeah, my bad. Will fix in v2.

Thanks,
Andrey Smirnov

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-04-27 19:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-27  5:31 [PATCH] ARM: VFxxx: Recort cpu boot source as a part of startup Andrey Smirnov
2018-04-27  9:45 ` Roland Hieber
2018-04-27 19:01   ` Andrey Smirnov

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