esp_common: Fix issue with SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY not visible on c3

Create a common symbol name to use from linker.lf fragments
This commit is contained in:
Angus Gratton
2020-12-30 19:12:07 +11:00
parent eed154a583
commit db4fb49432
6 changed files with 11 additions and 5 deletions

View File

@@ -107,7 +107,7 @@ entries:
data -> dram0_data
bss -> dram0_bss
common -> dram0_bss
if SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY = y:
if ESP_ALLOW_BSS_SEG_EXTERNAL_MEMORY = y:
extram_bss -> extern_ram
else:
extram_bss -> dram0_bss