summaryrefslogtreecommitdiff
path: root/arch/arm/boot/compressed/big-endian.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/compressed/big-endian.S')
-rw-r--r--arch/arm/boot/compressed/big-endian.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/compressed/big-endian.S b/arch/arm/boot/compressed/big-endian.S
index 25ab26f1c6f0..0e092c36da2f 100644
--- a/arch/arm/boot/compressed/big-endian.S
+++ b/arch/arm/boot/compressed/big-endian.S
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
/*
* linux/arch/arm/boot/compressed/big-endian.S
*
@@ -5,7 +6,7 @@
* Author: Nicolas Pitre
*/
- .section ".start", #alloc, #execinstr
+ .section ".start", "ax"
mrc p15, 0, r0, c1, c0, 0 @ read control reg
orr r0, r0, #(1 << 7) @ enable big endian mode