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>
This commit is contained in:
Magnus Damm
2009-07-29 15:04:05 +00:00
committed by Paul Mundt
parent fd78a76aef
commit 3c928320b2
6 changed files with 46 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
SECTIONS
{
.text : {
*(.data)
}
}