[BACK]Return to rom.ld CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / arch / h8300 / platform / h8300h / generic

File: [Development] / linux-2.6-xfs / arch / h8300 / platform / h8300h / generic / Attic / rom.ld (download)

Revision 1.1, Tue Dec 30 23:58:53 2003 UTC (13 years, 9 months ago) by cattelan
Branch: MAIN

Initial Import 2.6.0

OUTPUT_ARCH(h8300h)
ENTRY("__start")

MEMORY 
	{
	vector : ORIGIN = 0x000000, LENGTH = 0x000100
	rom    : ORIGIN = 0x000100, LENGTH = 0x200000-0x000100
	erom   : ORIGIN = 0x200000, LENGTH = 0
	ram    : ORIGIN = 0x200000, LENGTH = 0x400000
	eram   : ORIGIN = 0x600000, LENGTH = 0
	}