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:
Abdelatif Guettouche 2020-11-27 10:20:19 +00:00 committed by Alan Carvalho de Assis
parent 967fbebcb9
commit 298e1ddebf
2 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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>