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

2018-11-26 Thread Oleksij Rempel
Hi! On 26.11.18 13:25, Antony Pavlov wrote: On Mon, 26 Nov 2018 10:17:58 +0100 Oleksij Rempel 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"

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

2018-11-26 Thread Antony Pavlov
On Mon, 26 Nov 2018 10:17:58 +0100 Oleksij Rempel 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

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

2018-11-26 Thread Oleksij Rempel
"#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 --- images/piggy.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/piggy.S b/images/piggy.S index 84396ae4ec..c2274ebac7