From 4a6e444300aa27976e7b61bc175ac83d7c06a36c Mon Sep 17 00:00:00 2001 From: Jeroen Domburg Date: Wed, 17 May 2017 12:01:59 +0800 Subject: [PATCH] Fix ld file for psram workaround --- components/esp32/ld/esp32.rom.psram_workaround.ld | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/components/esp32/ld/esp32.rom.psram_workaround.ld b/components/esp32/ld/esp32.rom.psram_workaround.ld index 88f8aea20..1266c0273 100644 --- a/components/esp32/ld/esp32.rom.psram_workaround.ld +++ b/components/esp32/ld/esp32.rom.psram_workaround.ld @@ -40,12 +40,12 @@ PROVIDE ( btdm_r_modules_func_p_get = 0x4005427c ); PROVIDE ( btdm_r_modules_func_p_set = 0x40054270 ); PROVIDE ( btdm_r_plf_func_p_set = 0x40054288 ); PROVIDE ( bt_util_buf_env = 0x3ffb8bd4 ); -PROVIDE ( cache_flash_mmu_set = 0x400095e0 ); -PROVIDE ( Cache_Flush = 0x40009a14 ); -PROVIDE ( Cache_Read_Disable = 0x40009ab8 ); -PROVIDE ( Cache_Read_Enable = 0x40009a84 ); -PROVIDE ( Cache_Read_Init = 0x40009950 ); -PROVIDE ( cache_sram_mmu_set = 0x400097f4 ); +PROVIDE ( cache_flash_mmu_set_rom = 0x400095e0 ); +PROVIDE ( Cache_Flush_rom = 0x40009a14 ); +PROVIDE ( Cache_Read_Disable_rom = 0x40009ab8 ); +PROVIDE ( Cache_Read_Enable_rom = 0x40009a84 ); +PROVIDE ( Cache_Read_Init_rom = 0x40009950 ); +PROVIDE ( cache_sram_mmu_set_rom = 0x400097f4 ); /* This is static function, but can be used, not generated by script*/ PROVIDE ( calc_rtc_memory_crc = 0x40008170 ); PROVIDE ( calloc = 0x4000bee4 );