aboutsummaryrefslogtreecommitdiff
path: root/linker.ld
diff options
context:
space:
mode:
authorWojtek Kosior <kwojtus@protonmail.com>2019-12-26 19:22:24 +0100
committerWojtek Kosior <kwojtus@protonmail.com>2019-12-26 19:22:24 +0100
commit19efd77944dd42c3451a19e60a6948a52bc9ccad (patch)
tree91bb504b9aa8841dd7ae6e71ffad76f4ffd18bf5 /linker.ld
parent31806d249fe6e57efee0531bb082f836e5b35a3d (diff)
downloadrpi-MMU-example-19efd77944dd42c3451a19e60a6948a52bc9ccad.tar.gz
rpi-MMU-example-19efd77944dd42c3451a19e60a6948a52bc9ccad.zip
minor changes to boot code
Diffstat (limited to 'linker.ld')
-rw-r--r--linker.ld2
1 files changed, 2 insertions, 0 deletions
diff --git a/linker.ld b/linker.ld
index 33ac68c..e0e72b2 100644
--- a/linker.ld
+++ b/linker.ld
@@ -50,4 +50,6 @@ SECTIONS
__interrupts_size = __interrupts_end - __interrupts_start;
__end = .;
+
+ _stack_top = __start;
}