mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +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>
8 lines
73 B
Text
8 lines
73 B
Text
SECTIONS
|
|
{
|
|
.text : {
|
|
zero_page_pos = .;
|
|
*(.data)
|
|
end_data = .;
|
|
}
|
|
}
|