arch/xtensa/src/common: Don't include ESP32 files directly, include them
from the chip simlink. Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
parent
967fbebcb9
commit
298e1ddebf
@ -39,7 +39,7 @@
|
||||
|
||||
#include <arch/xtensa/xtensa_specregs.h>
|
||||
#include <arch/xtensa/core.h>
|
||||
#include <arch/esp32/core-isa.h>
|
||||
#include <arch/chip/core-isa.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Window Vectors
|
||||
@ -193,7 +193,7 @@ _window_overflow8:
|
||||
* a9 is call[i+1]'s stack pointer.
|
||||
*/
|
||||
|
||||
.org 0xC0
|
||||
.org 0xc0
|
||||
.global _window_underflow8
|
||||
_window_underflow8:
|
||||
|
||||
|
@ -39,7 +39,7 @@
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
#include <arch/esp32/core-isa.h>
|
||||
#include <arch/chip/core-isa.h>
|
||||
#include <arch/xtensa/xtensa_specregs.h>
|
||||
#include <arch/xtensa/xtensa_corebits.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user