From 9c864165984c69ce4888ba71a6a0b2ac2eec8dc8 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Fri, 22 Jan 2021 07:37:45 -0500 Subject: [PATCH] Revert "linker-defs: add syms for kernel image bounds" This reverts commit 8a365048bbc1ed725c4c6daef280206f4944a13b. Signed-off-by: Anas Nashif --- include/linker/linker-defs.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/linker/linker-defs.h b/include/linker/linker-defs.h index 48d3cc80e38..91dc1abb07a 100644 --- a/include/linker/linker-defs.h +++ b/include/linker/linker-defs.h @@ -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[];