Re: [PATCH v1 01/10] images: piggy: use "a" instead of #alloc flag

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, 26 Nov 2018 10:17:58 +0100
Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx> wrote:

Hi!

I can't apply this patch to the master branch 'FIT: support hash-1/signature-1 nodes in signature check' (6bacf7bd8df)

Here is git-am error log:

Applying: images: piggy: use "a" instead of #alloc flag
error: images/piggy.S: does not exist in index
Patch failed at 0001 images: piggy: use "a" instead of #alloc flag
hint: Use 'git am --show-current-patch' to see the failed patch
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".


-- 
Best regards,
  Antony Pavlov


> "#alloc" is not working with MIPS compiler. The "a" variant
> seems to be more generic and works with ARM and MIPS.
> 
> Signed-off-by: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx>
> ---
>  images/piggy.S | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/images/piggy.S b/images/piggy.S
> index 84396ae4ec..c2274ebac7 100644
> --- a/images/piggy.S
> +++ b/images/piggy.S
> @@ -1,4 +1,4 @@
> -        .section .piggydata,#alloc
> +        .section .piggydata,"a"
>          .globl  input_data
>  input_data:
>          .incbin "images/barebox.z"
> -- 
> 2.19.1
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@xxxxxxxxxxxxxxxxxxx
> http://lists.infradead.org/mailman/listinfo/barebox


_______________________________________________
barebox mailing list
barebox@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/barebox




[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux