bugfix: add .rodata section for riscv ulp for esp32s2

This commit is contained in:
fuzhibo
2021-04-12 14:29:13 +08:00
parent 936523b904
commit 357b64fd2c

View File

@@ -16,6 +16,12 @@ SECTIONS
*(.text*)
} >ram
.rodata ALIGN(4):
{
*(.rodata)
*(.rodata*)
} > ram
.data ALIGN(4):
{
*(.data)