mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-09 22:24:04 +08:00
11 lines
166 B
ArmAsm
11 lines
166 B
ArmAsm
|
/*
|
||
|
* linux/arch/sh/boot/romimage/head.S
|
||
|
*
|
||
|
* Board specific setup code, executed before zImage loader
|
||
|
*/
|
||
|
|
||
|
.text
|
||
|
.global romstart
|
||
|
romstart:
|
||
|
#include <romimage.h>
|