mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-06 15:01:35 +00:00
Merge "Fix linker script for code segment"
This commit is contained in:
@@ -15,7 +15,7 @@ SECTIONS
|
||||
{
|
||||
.text : {
|
||||
OUTDIR/chip/CHIP/init.o (.text)
|
||||
*(.text)
|
||||
*(.text*)
|
||||
} > FLASH
|
||||
. = ALIGN(4);
|
||||
.rodata : {
|
||||
|
||||
Reference in New Issue
Block a user