aboutsummaryrefslogtreecommitdiff
path: root/skiboot.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'skiboot.lds.S')
-rw-r--r--skiboot.lds.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/skiboot.lds.S b/skiboot.lds.S
index 32139b2..1dc0ca9 100644
--- a/skiboot.lds.S
+++ b/skiboot.lds.S
@@ -228,6 +228,8 @@ SECTIONS
_ebss = .;
_end = .;
+ ASSERT(HEAP_BASE >= _end, "Heap collision with image")
+
DEBUG_SECTIONS
/* Optional kernel image */