6 lines
116 B
ArmAsm
6 lines
116 B
ArmAsm
|
#include <asm/mach-types.h>
|
||
|
#include <asm/arch/excalibur.h>
|
||
|
|
||
|
.section ".start", "ax"
|
||
|
mov r7, #MACH_TYPE_CAMELOT
|