mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] regsubst.pl: fix typo in help text
@ 2017-08-01  9:25 Uwe Kleine-König
  2017-09-06 12:30 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Uwe Kleine-König @ 2017-08-01  9:25 UTC (permalink / raw)
  To: barebox

It seems I did too much assembler stuff ...

Fixes: e7fed4338441 ("scripts: Provide script that helps using cpp defines in dcd tables")
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 scripts/regsubst.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/regsubst.pl b/scripts/regsubst.pl
index 9621a58c47c6..3b6b8aa2e96d 100755
--- a/scripts/regsubst.pl
+++ b/scripts/regsubst.pl
@@ -71,7 +71,7 @@ Then you can process the file with B<regsubst.pl>:
 If the result looks ok, you can replace the file:
 
  $ scripts/regsubst.pl -I arch/arm/mach-imx/include flash-header-myboard.imxcfg > u
- $ mov u flash-header-myboard.imxcfg
+ $ mv u flash-header-myboard.imxcfg
 
 =cut
 
-- 
2.11.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] regsubst.pl: fix typo in help text
  2017-08-01  9:25 [PATCH] regsubst.pl: fix typo in help text Uwe Kleine-König
@ 2017-09-06 12:30 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2017-09-06 12:30 UTC (permalink / raw)
  To: Uwe Kleine-König; +Cc: barebox

On Tue, Aug 01, 2017 at 11:25:28AM +0200, Uwe Kleine-König wrote:
> It seems I did too much assembler stuff ...
> 
> Fixes: e7fed4338441 ("scripts: Provide script that helps using cpp defines in dcd tables")
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> ---
>  scripts/regsubst.pl | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks

Sascha

> 
> diff --git a/scripts/regsubst.pl b/scripts/regsubst.pl
> index 9621a58c47c6..3b6b8aa2e96d 100755
> --- a/scripts/regsubst.pl
> +++ b/scripts/regsubst.pl
> @@ -71,7 +71,7 @@ Then you can process the file with B<regsubst.pl>:
>  If the result looks ok, you can replace the file:
>  
>   $ scripts/regsubst.pl -I arch/arm/mach-imx/include flash-header-myboard.imxcfg > u
> - $ mov u flash-header-myboard.imxcfg
> + $ mv u flash-header-myboard.imxcfg
>  
>  =cut
>  
> -- 
> 2.11.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:[~2017-09-06 12:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-01  9:25 [PATCH] regsubst.pl: fix typo in help text Uwe Kleine-König
2017-09-06 12: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