From 6c63d7ac806a35731bd9b8670d9f5a546188c4fd Mon Sep 17 00:00:00 2001 From: Oleksij Rempel Date: Tue, 27 Nov 2018 10:19:26 +0100 Subject: images: piggy: use "a" instead of #alloc flag "#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 Signed-off-by: Sascha Hauer --- images/piggy.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'images/piggy.S') 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" -- cgit v1.2.3