sh: fix romImage mach dir usage

This patch moves all the romImage related header files into
the mach/ directory.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Magnus Damm
2009-08-07 03:58:38 +09:00
committed by Paul Mundt
parent 7766e16bee
commit 2d2bcd319a
4 changed files with 1 additions and 1 deletions

View File

@@ -7,4 +7,4 @@
.text
.global romstart
romstart:
#include <romimage.h>
#include <mach/romimage.h>