All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] m53menlo: fix splashfile location
@ 2018-12-12 13:42 Olaf Mandel
  2018-12-12 15:52 ` Marek Vasut
  2019-01-30  9:05 ` [U-Boot] " sbabic at denx.de
  0 siblings, 2 replies; 3+ messages in thread
From: Olaf Mandel @ 2018-12-12 13:42 UTC (permalink / raw)
  To: u-boot

After merging the boot partition into the root partition, the splashfile
resides in the /boot subdirectory: update the default environment to
reflect that.

Signed-off-by: Olaf Mandel <o.mandel@menlosystems.com>
---
 include/configs/m53menlo.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/m53menlo.h b/include/configs/m53menlo.h
index f8a0188d93..1729a54c25 100644
--- a/include/configs/m53menlo.h
+++ b/include/configs/m53menlo.h
@@ -202,7 +202,7 @@
 	"mtdparts=" CONFIG_MTDPARTS_DEFAULT "\0"			\
 	"netdev=eth0\0"							\
 	"splashsource=mmc_fs\0"						\
-	"splashfile=usplash.bmp.gz\0"					\
+	"splashfile=boot/usplash.bmp.gz\0"				\
 	"splashimage=0x88000000\0"					\
 	"splashpos=m,m\0"						\
 	"addcons="							\
-- 
2.11.0

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

* [U-Boot] [PATCH] m53menlo: fix splashfile location
  2018-12-12 13:42 [U-Boot] [PATCH] m53menlo: fix splashfile location Olaf Mandel
@ 2018-12-12 15:52 ` Marek Vasut
  2019-01-30  9:05 ` [U-Boot] " sbabic at denx.de
  1 sibling, 0 replies; 3+ messages in thread
From: Marek Vasut @ 2018-12-12 15:52 UTC (permalink / raw)
  To: u-boot

On 12/12/2018 02:42 PM, Olaf Mandel wrote:
> After merging the boot partition into the root partition, the splashfile
> resides in the /boot subdirectory: update the default environment to
> reflect that.
> 
> Signed-off-by: Olaf Mandel <o.mandel@menlosystems.com>

Subject should have "arm: mx5: m53menlo: " tags, otherwise

Reviewed-by: Marek Vasut <marex@denx.de>

> ---
>  include/configs/m53menlo.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/configs/m53menlo.h b/include/configs/m53menlo.h
> index f8a0188d93..1729a54c25 100644
> --- a/include/configs/m53menlo.h
> +++ b/include/configs/m53menlo.h
> @@ -202,7 +202,7 @@
>  	"mtdparts=" CONFIG_MTDPARTS_DEFAULT "\0"			\
>  	"netdev=eth0\0"							\
>  	"splashsource=mmc_fs\0"						\
> -	"splashfile=usplash.bmp.gz\0"					\
> +	"splashfile=boot/usplash.bmp.gz\0"				\
>  	"splashimage=0x88000000\0"					\
>  	"splashpos=m,m\0"						\
>  	"addcons="							\
> 


-- 
Best regards,
Marek Vasut

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

* [U-Boot]  m53menlo: fix splashfile location
  2018-12-12 13:42 [U-Boot] [PATCH] m53menlo: fix splashfile location Olaf Mandel
  2018-12-12 15:52 ` Marek Vasut
@ 2019-01-30  9:05 ` sbabic at denx.de
  1 sibling, 0 replies; 3+ messages in thread
From: sbabic at denx.de @ 2019-01-30  9:05 UTC (permalink / raw)
  To: u-boot

> After merging the boot partition into the root partition, the splashfile
> resides in the /boot subdirectory: update the default environment to
> reflect that.
> Signed-off-by: Olaf Mandel <o.mandel@menlosystems.com>
> Reviewed-by: Marek Vasut <marex@denx.de>

Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
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] 3+ messages in thread

end of thread, other threads:[~2019-01-30  9:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-12 13:42 [U-Boot] [PATCH] m53menlo: fix splashfile location Olaf Mandel
2018-12-12 15:52 ` Marek Vasut
2019-01-30  9:05 ` [U-Boot] " sbabic at denx.de

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.