]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/arm/boot/compressed/head-omap.S
Merge branch 'omap-fixes'
[linux-2.6-omap-h63xx.git] / arch / arm / boot / compressed / head-omap.S
1 /*
2  * linux/arch/arm/boot/compressed/head-omap.S
3  *
4  * OMAP specific tweaks.  This is merged into head.S by the linker.
5  *
6  */
7
8 #include <linux/linkage.h>
9 #include <asm/mach-types.h>
10
11                 .section        ".start", "ax"
12
13 __OMAP_start:
14 #ifdef CONFIG_MACH_OMAP_PERSEUS2
15                 /* support for booting without u-boot */
16                 mov     r7, #(MACH_TYPE_OMAP_PERSEUS2 & ~0xf)
17                 orr     r7, r7, #(MACH_TYPE_OMAP_PERSEUS2 & 0xf)
18 #endif