summaryrefslogtreecommitdiffstats
path: root/arch/arm/include
diff options
context:
space:
mode:
authorKrzysztof Halasa <khc@pm.waw.pl>2012-05-05 23:47:19 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-05-10 14:30:28 +0200
commit3ad4b670a9d72902d60d271768fb6510755a2620 (patch)
treeb68c0c67193c2129ce0965956140af078b191d32 /arch/arm/include
parentbe57f20cdd7ddb31936519d97d68590c43b1f3ad (diff)
downloadbarebox-3ad4b670a9d72902d60d271768fb6510755a2620.tar.gz
barebox-3ad4b670a9d72902d60d271768fb6510755a2620.tar.xz
ARM: put a valid "barebox" signature in the header on big-endian systems.
Signed-off-by: Krzysztof HaƂasa <khc@pm.waw.pl> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/include')
-rw-r--r--arch/arm/include/asm/barebox-arm-head.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/include/asm/barebox-arm-head.h b/arch/arm/include/asm/barebox-arm-head.h
index 0dc3074a27..2c250e948e 100644
--- a/arch/arm/include/asm/barebox-arm-head.h
+++ b/arch/arm/include/asm/barebox-arm-head.h
@@ -24,8 +24,7 @@ static inline void barebox_arm_head(void)
"1: b 1b\n"
"1: b 1b\n"
#endif
- ".word 0x65726162\n" /* 'bare' */
- ".word 0x00786f62\n" /* 'box' */
+ ".asciz \"barebox\"\n"
".word _text\n" /* text base. If copied there,
* barebox can skip relocation
*/