From 9d397dfbbea03968384b9a1b0ae121b6ba256806 Mon Sep 17 00:00:00 2001 From: henryk Date: Sun, 11 Nov 2007 17:13:52 +0000 Subject: Add pio_irq and pll code (and a dummy dbgu.h) git-svn-id: https://svn.openpcd.org:2342/trunk@322 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 --- openpicc/config/atmel-rom.ld | 1 + 1 file changed, 1 insertion(+) (limited to 'openpicc/config') diff --git a/openpicc/config/atmel-rom.ld b/openpicc/config/atmel-rom.ld index 9a74420..0a9a04d 100644 --- a/openpicc/config/atmel-rom.ld +++ b/openpicc/config/atmel-rom.ld @@ -29,6 +29,7 @@ SECTIONS __data_beg_src__ = __end_of_text__; *(.data) *(.data.*) + *(.fastrun) *(.ramfunc) __data_end__ = .; } >ram AT>flash -- cgit v1.2.3