diff options
Diffstat (limited to 'ld/scripttempl/ip2k.sc')
-rw-r--r-- | ld/scripttempl/ip2k.sc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/ip2k.sc b/ld/scripttempl/ip2k.sc index 313c504..e1e09fd 100644 --- a/ld/scripttempl/ip2k.sc +++ b/ld/scripttempl/ip2k.sc @@ -31,7 +31,7 @@ MEMORY SECTIONS { /* Allocated memory end markers - (initialized to start of appropiate memory address). */ + (initialized to start of appropriate memory address). */ __data_end = 0x01000100; __pram_end = 0x02000000; __flash_end = 0x02010000; |