aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/mach-common/romimage.h
diff options
context:
space:
mode:
authorMagnus Damm <damm@igel.co.jp>2009-07-29 15:04:05 +0000
committerPaul Mundt <lethal@linux-sh.org>2009-07-30 00:24:03 +0900
commit3c928320b2254cb6c8d8a7919a1fcf94ca7cae66 (patch)
treeee2682b83916592c63202cb8749e1e35cfc5728a /arch/sh/include/mach-common/romimage.h
parentsh: Rework irqflags tracing to fix up CONFIG_PROVE_LOCKING. (diff)
downloadlinux-dev-3c928320b2254cb6c8d8a7919a1fcf94ca7cae66.tar.xz
linux-dev-3c928320b2254cb6c8d8a7919a1fcf94ca7cae66.zip
sh: romImage support V2
This patch contains support for the romImage build target V2. The resulting romImage file should be burned to rom or flash and could be used as small boot loader. Board code should keep their setup code in the file romimage.h located in their mach include directory. Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/mach-common/romimage.h')
-rw-r--r--arch/sh/include/mach-common/romimage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/include/mach-common/romimage.h b/arch/sh/include/mach-common/romimage.h
new file mode 100644
index 000000000000..267e24112d82
--- /dev/null
+++ b/arch/sh/include/mach-common/romimage.h
@@ -0,0 +1 @@
+/* do nothing here by default */