Merge "Fix linker script for code segment"

This commit is contained in:
chrome-bot
2012-01-23 11:22:53 -08:00
committed by Gerrit Code Review

View File

@@ -15,7 +15,7 @@ SECTIONS
{
.text : {
OUTDIR/chip/CHIP/init.o (.text)
*(.text)
*(.text*)
} > FLASH
. = ALIGN(4);
.rodata : {