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:
parent
25d589d46d
commit
9c86416598
1 changed files with 0 additions and 7 deletions
|
@ -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[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue