xtensa: mmu: Remove unused _bss_*

_bss_start and _bss_end are not used in ptables.c
Just remove them.

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

View file

@ -108,9 +108,6 @@ extern char _heap_end[];
extern char _heap_start[];
extern char __data_start[];
extern char __data_end[];
extern char _bss_start[];
extern char _bss_end[];
/*
* Static definition of all code & data memory regions of the
* current Zephyr image. This information must be available &