X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/52b3d184ce098c773c8faaa8d91ba1eeb37b0a1f..e3ae0257834f7d134c7f80db6fa23668b5a5fa6d:/common/ldscript.common diff --git a/common/ldscript.common b/common/ldscript.common index 4379d40c..98161d3a 100644 --- a/common/ldscript.common +++ b/common/ldscript.common @@ -16,5 +16,7 @@ MEMORY /* Export some information that can be used from within the firmware */ _bootphase1_version_pointer = ORIGIN(bootphase1) + LENGTH(bootphase1) - 0x4; +_osimage_entry = ORIGIN(osimage); _flash_start = ORIGIN(bootphase1); -_flash_end = ORIGIN(osimage) + LENGTH(osimage); \ No newline at end of file +_flash_end = ORIGIN(osimage) + LENGTH(osimage); +_stack_end = ORIGIN(ram) + LENGTH(ram) - 8;