All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nikita Kiryanov <nikita@compulab.co.il>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2] splash_source: add support for ubifs formatted nand
Date: Wed, 1 Jun 2016 11:59:43 +0300	[thread overview]
Message-ID: <20160601085942.GA22848@arkadi-linux.compulab.local> (raw)
In-Reply-To: <20160530160717.GA66441@ubuntu>

Hi Eran,

On Mon, May 30, 2016 at 07:07:17PM +0300, Eran Matityahu wrote:

[...]

> diff --git a/include/splash.h b/include/splash.h
> index f0755ca..617b514 100644
> --- a/include/splash.h
> +++ b/include/splash.h
> @@ -1,22 +1,7 @@
>  /*
>   * Copyright (C) 2013, Boundary Devices <info@boundarydevices.com>
>   *
> - * See file CREDITS for list of people who contributed to this
> - * project.
> - *
> - * This program is free software; you can redistribute it and/or
> - * modify it under the terms of the GNU General Public License as
> - * published by the Free Software Foundation; either version 2 of
> - * the License, or (at your option) any later version.
> - *
> - * This program is distributed in the hope that it will be useful,
> - * but WITHOUT ANY WARRANTY; without even the implied warranty of
> - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.	 See the
> - * GNU General Public License for more details.
> - *
> - * You should have received a copy of the GNU General Public License
> - * along with this program; if not, write to the Free Software
> - * Foundation, Inc., http://www.fsf.org/about/contact/
> + * SPDX-License-Identifier:	GPL-2.0+
>   */
>  
>  #ifndef _SPLASH_H_
> @@ -41,8 +26,10 @@ struct splash_location {
>  	char *name;
>  	enum splash_storage storage;
>  	enum splash_flags flags;
> -	u32 offset;	/* offset from start of storage */
> -	char *devpart;  /* Use the load command dev:part conventions */
> +	u32 offset;	/* Offset from start of storage */
> +	char *devpart;	/* Use the load command dev:part conventions */

The above two changes, as well as the header SDPX change, are unrelated
to the subject of the patch. These are cleanup changes, and should be
done in a separate patch.

Aside from this,

Acked-by: Nikita Kiryanov <nikita@compulab.co.il>

> +	char *mtdpart;	/* MTD partition for ubi part */
> +	char *ubivol;	/* UBI volume-name for ubifsmount */
>  };
>  
>  int splash_source_load(struct splash_location *locations, uint size);
> -- 
> 1.9.1
> 

      reply	other threads:[~2016-06-01  8:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-30 16:07 [U-Boot] [PATCH v2] splash_source: add support for ubifs formatted nand Eran Matityahu
2016-06-01  8:59 ` Nikita Kiryanov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160601085942.GA22848@arkadi-linux.compulab.local \
    --to=nikita@compulab.co.il \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.