* [U-Boot] [PATCH 1/2] arm: m28evk: Zap superfluous tab in env
@ 2014-09-25 19:14 Marek Vasut
2014-09-25 19:14 ` [U-Boot] [PATCH 2/2] arm: m53evk: " Marek Vasut
2014-10-06 15:13 ` [U-Boot] [PATCH 1/2] arm: m28evk: " Stefano Babic
0 siblings, 2 replies; 4+ messages in thread
From: Marek Vasut @ 2014-09-25 19:14 UTC (permalink / raw)
To: u-boot
Remove this tab from env, since it's useless, just use spaces.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
---
include/configs/m28evk.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h
index 322b45f..efe770b 100644
--- a/include/configs/m28evk.h
+++ b/include/configs/m28evk.h
@@ -282,9 +282,9 @@
"mmc rescan;" \
"if test -e mmc 0:2 ${bootscript} ; then " \
"if load mmc 0:2 ${kernel_addr_r} ${bootscript};" \
- "then;" \
- "\techo Running bootscript...;" \
- "\tsource ${kernel_addr_r};" \
+ "then ; " \
+ "echo Running bootscript... ; " \
+ "source ${kernel_addr_r} ; " \
"fi ; " \
"fi\0"
--
2.1.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH 2/2] arm: m53evk: Zap superfluous tab in env
2014-09-25 19:14 [U-Boot] [PATCH 1/2] arm: m28evk: Zap superfluous tab in env Marek Vasut
@ 2014-09-25 19:14 ` Marek Vasut
2014-10-06 15:13 ` Stefano Babic
2014-10-06 15:13 ` [U-Boot] [PATCH 1/2] arm: m28evk: " Stefano Babic
1 sibling, 1 reply; 4+ messages in thread
From: Marek Vasut @ 2014-09-25 19:14 UTC (permalink / raw)
To: u-boot
Remove this tab from env, since it's useless, just use spaces.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
---
include/configs/m53evk.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/configs/m53evk.h b/include/configs/m53evk.h
index ee4eb10..c133ba9 100644
--- a/include/configs/m53evk.h
+++ b/include/configs/m53evk.h
@@ -351,9 +351,9 @@
"mmc rescan;" \
"if test -e mmc 0:1 ${bootscript} ; then " \
"if load mmc 0:1 ${kernel_addr_r} ${bootscript};" \
- "then;" \
- "\techo Running bootscript...;" \
- "\tsource ${kernel_addr_r};" \
+ "then ; " \
+ "echo Running bootscript... ; " \
+ "source ${kernel_addr_r} ; " \
"fi ; " \
"fi\0"
--
2.1.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH 1/2] arm: m28evk: Zap superfluous tab in env
2014-09-25 19:14 [U-Boot] [PATCH 1/2] arm: m28evk: Zap superfluous tab in env Marek Vasut
2014-09-25 19:14 ` [U-Boot] [PATCH 2/2] arm: m53evk: " Marek Vasut
@ 2014-10-06 15:13 ` Stefano Babic
1 sibling, 0 replies; 4+ messages in thread
From: Stefano Babic @ 2014-10-06 15:13 UTC (permalink / raw)
To: u-boot
On 25/09/2014 21:14, Marek Vasut wrote:
> Remove this tab from env, since it's useless, just use spaces.
>
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Stefano Babic <sbabic@denx.de>
> ---
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH 2/2] arm: m53evk: Zap superfluous tab in env
2014-09-25 19:14 ` [U-Boot] [PATCH 2/2] arm: m53evk: " Marek Vasut
@ 2014-10-06 15:13 ` Stefano Babic
0 siblings, 0 replies; 4+ messages in thread
From: Stefano Babic @ 2014-10-06 15:13 UTC (permalink / raw)
To: u-boot
On 25/09/2014 21:14, Marek Vasut wrote:
> Remove this tab from env, since it's useless, just use spaces.
>
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Stefano Babic <sbabic@denx.de>
> ---
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-10-06 15:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-25 19:14 [U-Boot] [PATCH 1/2] arm: m28evk: Zap superfluous tab in env Marek Vasut
2014-09-25 19:14 ` [U-Boot] [PATCH 2/2] arm: m53evk: " Marek Vasut
2014-10-06 15:13 ` Stefano Babic
2014-10-06 15:13 ` [U-Boot] [PATCH 1/2] arm: m28evk: " Stefano Babic
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox