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:
parent
25292c8d38
commit
69b831ddcb
|
@ -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 &
|
||||||
|
|
Loading…
Reference in a new issue