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:
parent
7766e16bee
commit
2d2bcd319a
4 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@
|
||||||
.text
|
.text
|
||||||
.global romstart
|
.global romstart
|
||||||
romstart:
|
romstart:
|
||||||
#include <romimage.h>
|
#include <mach/romimage.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue