First AVR compile

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3681 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2011-06-07 23:37:59 +00:00
parent caeac3742f
commit 405a564ce7

View File

@ -144,8 +144,6 @@ SECTIONS
_ebss = ABSOLUTE(.);
} > sram
.bss SIZEOF(.data) + ADDR(.data) :
/* Global data not cleared after reset. */
.noinit :