MOXA linux-2.6.x / linux-2.6.19-uc1 from UC-7110-LX-BOOTLOADER-1.9_VERSION-4.2.tgz
[linux-2.6.19-moxart.git] / arch / arm / boot / compressed / head-ks8695.S
blob2038de47da56886eac01b29f656f744d2df395c1
1 #include <asm/mach-types.h>
3         .section        ".start", "ax"
4         mov     r7, #(MACH_TYPE_KS8695 & 0xff)
5         orr     r7, r7, #(MACH_TYPE_KS8695 & 0xff00)