summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2019-05-04 17:35:34 -0600
committerEvan Lojewski <github@meklort.com>2019-05-04 17:35:34 -0600
commitec6150b37a84b26e9591f2a36761415b3ec2cab4 (patch)
treece9c5cec0d159bf27fff68452823663f5d1ad8f3
parent7184499a0e236f93d52303a27bed8ea74301cddd (diff)
downloadbcm5719-ortega-ec6150b37a84b26e9591f2a36761415b3ec2cab4.tar.gz
bcm5719-ortega-ec6150b37a84b26e9591f2a36761415b3ec2cab4.zip
Fix stack symbols
-rw-r--r--ape/ape.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/ape/ape.ld b/ape/ape.ld
index 3b26fae..eb88bf3 100644
--- a/ape/ape.ld
+++ b/ape/ape.ld
@@ -27,7 +27,7 @@ SECTIONS
.stack . (NOLOAD) : ALIGN(4) SUBALIGN(4)
{
_fstack = .;
- _estack = 00118000;
+ _estack = 0x00118000;
}
OpenPOWER on IntegriCloud