index 1d592a75bcfb9f7715d60a6eb625d9ead8c8c5e1..d4aa56204ef212fefefb626249e5302ee006d2dc 100644 (file)
*
*************************************************************************/
-i2cparam.oc
-../../hw/c64x/make/i2c.oc
-../../hw/c64x/make/pll.oc
+/* Object files included in linker invokation */
-c
-a
MEMORY
{
STACK : origin = 0x810000 length = 0x0400
- TEXT : origin = 0x810400 length = 0x8000
- DATA : origin = 0x818400 length = 0x0800
+ TEXT : origin = 0x810400 length = 0x9000
+ DATA : origin = 0x819400 length = 0x0800
+ SYSMEM : origin = 0x80a000 length = 0x0800
}
SECTIONS
.bss > DATA
.data > DATA
+ .sysmem > SYSMEM
+
}
\ No newline at end of file