summaryrefslogtreecommitdiff
path: root/arch/arm/boot/compressed/piggy.S
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-02-22 13:32:24 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2016-02-22 16:56:31 +0000
commit53f67545c21c756d7959fb86af30899c4b43141c (patch)
treea034bbc3cf9823f520488eb8c509af48653254a5 /arch/arm/boot/compressed/piggy.S
parentb0b6abe5fd28423558d8e121e77e92e779f62de1 (diff)
ARM: 8542/1: decompressor: merge piggy.*.S and simplify Makefile
The files piggy.$(suffix).S are similar enough to be merged into a single file. This also allows clean up of the Makefile. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/boot/compressed/piggy.S')
-rw-r--r--arch/arm/boot/compressed/piggy.S6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/compressed/piggy.S b/arch/arm/boot/compressed/piggy.S
new file mode 100644
index 000000000000..f72088495f43
--- /dev/null
+++ b/arch/arm/boot/compressed/piggy.S
@@ -0,0 +1,6 @@
+ .section .piggydata,#alloc
+ .globl input_data
+input_data:
+ .incbin "arch/arm/boot/compressed/piggy_data"
+ .globl input_data_end
+input_data_end: