]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/arm/boot/compressed/head-omap.S
ARM: OMAP: Boot 730 without a bootloader
[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/config.h>
9 #include <linux/linkage.h>
10 #include <asm/mach-types.h>
11
12                 .section        ".start", "ax"
13
14 __OMAP_start:
15 #ifdef CONFIG_MACH_OMAP_PERSEUS2
16                 /* support for booting without u-boot */
17                 mov     r7, #(MACH_TYPE_OMAP_PERSEUS2 & ~0xf)
18                 orr     r7, r7, #(MACH_TYPE_OMAP_PERSEUS2 & 0xf)
19 #endif