summaryrefslogtreecommitdiffstats
path: root/arch/mips/pbl/piggy.shipped.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/pbl/piggy.shipped.S')
-rw-r--r--arch/mips/pbl/piggy.shipped.S12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/mips/pbl/piggy.shipped.S b/arch/mips/pbl/piggy.shipped.S
index 963262dad5..8a35f6bc05 100644
--- a/arch/mips/pbl/piggy.shipped.S
+++ b/arch/mips/pbl/piggy.shipped.S
@@ -1,6 +1,6 @@
- .section .piggydata,#alloc
- .globl input_data
-input_data:
- .incbin "arch/mips/pbl/piggy.shipped"
- .globl input_data_end
-input_data_end:
+#include <asm/asm.h>
+
+ .section .data
+EXPORT(input_data)
+ .incbin "arch/mips/pbl/piggy.shipped"
+EXPORT(input_data_end)