[U-Boot] [PATCH] m53menlo: fix splashfile location

Marek Vasut marex at denx.de
Wed Dec 12 15:52:33 UTC 2018


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 at menlosystems.com>

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

Reviewed-by: Marek Vasut <marex at 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


More information about the U-Boot mailing list