All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Baldyga <r.baldyga@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] ext4: goni: Modify dfu_alt_info's file names to have absolute path
Date: Fri, 07 Nov 2014 14:07:08 +0100	[thread overview]
Message-ID: <545CC3FC.9040409@samsung.com> (raw)
In-Reply-To: <1415118072-25947-1-git-send-email-l.majewski@samsung.com>

On 11/04/2014 05:21 PM, Lukasz Majewski wrote:
> After the clean up performed in the commit 1151b7ac10b81ecbb the DFU
> subsystem requires absolute patch for correct operation.

s/patch/path

> 
> Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>

Acked-by: Robert Baldyga <r.baldyga@samsung.com>

> ---
>  include/configs/s5p_goni.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/include/configs/s5p_goni.h b/include/configs/s5p_goni.h
> index 0c6e9c7..8ae3e64 100644
> --- a/include/configs/s5p_goni.h
> +++ b/include/configs/s5p_goni.h
> @@ -121,8 +121,8 @@
>  
>  #define CONFIG_DFU_ALT \
>  	"u-boot raw 0x80 0x400;" \
> -	"uImage ext4 0 2;" \
> -	"exynos3-goni.dtb ext4 0 2;" \
> +	"/uImage ext4 0 2;" \
> +	"/exynos3-goni.dtb ext4 0 2;" \
>  	""PARTS_ROOT" part 0 5\0"
>  
>  #define PARTS_DEFAULT \
> 

  reply	other threads:[~2014-11-07 13:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-04 16:21 [U-Boot] [PATCH] ext4: goni: Modify dfu_alt_info's file names to have absolute path Lukasz Majewski
2014-11-07 13:07 ` Robert Baldyga [this message]
2014-11-13 17:07 ` [U-Boot] [PATCH v2] " Lukasz Majewski

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=545CC3FC.9040409@samsung.com \
    --to=r.baldyga@samsung.com \
    --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.