mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
esp_rom: move esp_rom_spiflash_write_disable to esp32c6.rom.ld
This commit is contained in:
parent
a8df72745b
commit
15c8f296f4
@ -166,6 +166,8 @@ rom_spiflash_legacy_funcs = 0x4087fff0;
|
||||
rom_spiflash_legacy_data = 0x4087ffec;
|
||||
g_flash_guard_ops = 0x4087fff4;
|
||||
|
||||
/* Note: esp_rom_spiflash_write_disable was moved from esp32c6.rom.spiflash.ld */
|
||||
esp_rom_spiflash_write_disable = 0x40000278;
|
||||
|
||||
/***************************************
|
||||
Group hal_wdt
|
||||
|
@ -66,7 +66,7 @@ esp_flash_set_io_mode = 0x40000268;
|
||||
spi_flash_boot_attach = 0x4000026c;
|
||||
esp_flash_read_chip_id = 0x40000270;
|
||||
detect_spi_flash_chip = 0x40000274;
|
||||
esp_rom_spiflash_write_disable = 0x40000278;
|
||||
/* esp_rom_spiflash_write_disable = 0x40000278; */
|
||||
esp_flash_suspend_cmd_init = 0x4000027c;
|
||||
/* Data (.data, .bss, .rodata) */
|
||||
esp_flash_default_chip = 0x4087ffe8;
|
||||
|
Loading…
x
Reference in New Issue
Block a user