Revert "linker-defs: add syms for kernel image bounds"

This reverts commit 8a365048bb.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2021-01-22 07:37:45 -05:00
commit 9c86416598

View file

@ -182,13 +182,6 @@ extern char __data_ram_start[];
extern char __data_ram_end[];
#endif /* CONFIG_XIP */
#ifdef CONFIG_MMU
/* Virtual addresses of page-aligned kernel image mapped into RAM at boot */
extern char z_mapped_start[];
extern char z_mapped_end[];
extern char z_mapped_size[];
#endif /* CONFIG_MMU */
/* Includes text and rodata */
extern char _image_rom_start[];
extern char _image_rom_end[];