diff options
author | Magnus Damm <damm@igel.co.jp> | 2009-08-06 14:58:38 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-08-06 14:58:38 -0400 |
commit | 2d2bcd319a3d1412999cdfc72ad64eec992dc37e (patch) | |
tree | cf049d2155ff004af1fa74d40323c1f5b979502f /arch/sh/boot | |
parent | 7766e16beec3363516306754c9c51a85747d734d (diff) |
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>
Diffstat (limited to 'arch/sh/boot')
-rw-r--r-- | arch/sh/boot/romimage/head.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boot/romimage/head.S b/arch/sh/boot/romimage/head.S index 97a087bc9c4a..219bc626dd71 100644 --- a/arch/sh/boot/romimage/head.S +++ b/arch/sh/boot/romimage/head.S | |||
@@ -7,4 +7,4 @@ | |||
7 | .text | 7 | .text |
8 | .global romstart | 8 | .global romstart |
9 | romstart: | 9 | romstart: |
10 | #include <romimage.h> | 10 | #include <mach/romimage.h> |