mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
4705b2e804
This patch is V2 of the MMCIF romImage boot support for sh7724 and the Ecovec board. With this patch applied and CONFIG_ROMIMAGE_MMCIF selected the romImage kernel image can be written to a MMC card and booted directly by the sh7724 cpu. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
9 lines
73 B
Plaintext
9 lines
73 B
Plaintext
SECTIONS
|
|
{
|
|
.text : {
|
|
zero_page_pos = .;
|
|
*(.data)
|
|
end_data = .;
|
|
}
|
|
}
|