xtensa: mmu: Remove unused __data_*

__data_start and __data_end are not needed in ptables.c

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
Flavio Ceolin 2024-03-25 21:46:53 +00:00 committed by Alberto Escolar
parent 25292c8d38
commit 69b831ddcb

View file

@ -106,8 +106,6 @@ static sys_slist_t xtensa_domain_list;
extern char _heap_end[]; extern char _heap_end[];
extern char _heap_start[]; extern char _heap_start[];
extern char __data_start[];
extern char __data_end[];
/* /*
* Static definition of all code & data memory regions of the * Static definition of all code & data memory regions of the
* current Zephyr image. This information must be available & * current Zephyr image. This information must be available &