Skip to content

Commit

Permalink
Merge branch 'bugfix/spiflash_rom_symbols' into 'master'
Browse files Browse the repository at this point in the history
spiflash rom: Add symbols accidentally removed in refactor

See merge request !804
  • Loading branch information
jack0c committed Jun 23, 2017
2 parents a225064 + b428d28 commit 1480251
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/esp32/ld/esp32.rom.ld
Original file line number Diff line number Diff line change
Expand Up @@ -1633,6 +1633,8 @@ PROVIDE ( esp_rom_spiflash_write_encrypted_disable = 0x40062e60 );
PROVIDE ( esp_rom_spiflash_write_encrypted_enable = 0x40062df4 );
PROVIDE ( esp_rom_spiflash_prepare_encrypted_data = 0x40062e1c );
PROVIDE ( esp_rom_spiflash_select_qio_pins = 0x40061ddc );
PROVIDE ( esp_rom_spiflash_attach = 0x40062a6c );
PROVIDE ( esp_rom_spiflash_config_clk = 0x40062bc8 );
PROVIDE ( g_rom_spiflash_chip = 0x3ffae270 );

/*
Expand Down

0 comments on commit 1480251

Please sign in to comment.