summaryrefslogtreecommitdiff
path: root/arch/sh/boot/romimage/head.S
blob: 97a087bc9c4aae102fdf358a30b6037a68294c4b (plain)
1
2
3
4
5
6
7
8
9
10
/*
 *  linux/arch/sh/boot/romimage/head.S
 *
 * Board specific setup code, executed before zImage loader
 */

.text
	.global	romstart
romstart:
#include <romimage.h>