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