mirror of https://gitee.com/openkylin/linux.git
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
|
@ -7,4 +7,4 @@
|
|||
.text
|
||||
.global romstart
|
||||
romstart:
|
||||
#include <romimage.h>
|
||||
#include <mach/romimage.h>
|
||||
|
|
Loading…
Reference in New Issue