esp32: Move hard firmware function addresses to the linker script
This matches the way other firmware-provided functions are done. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
This commit is contained in:
parent
648ce1b1ff
commit
57f30bd8cc
3 changed files with 10 additions and 11 deletions
|
@ -26,4 +26,8 @@ extern void esp32_rom_uart_attach(void);
|
|||
extern STATUS esp32_rom_uart_tx_one_char(u8_t chr);
|
||||
extern STATUS esp32_rom_uart_rx_one_char(u8_t *chr);
|
||||
|
||||
extern void esp32_rom_Cache_Flush(int cpu);
|
||||
extern void esp32_rom_Cache_Read_Enable(int cpu);
|
||||
extern void esp32_rom_ets_set_appcpu_boot_addr(void *addr);
|
||||
|
||||
#endif /* __SOC_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue