X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/7f7e715756785097c9290b06d20e8c4d12e0a27b..16b04cb291feefce8f76c6b05f93b62d304be1ed:/bootrom/ldscript-flash diff --git a/bootrom/ldscript-flash b/bootrom/ldscript-flash index 9a31867d..f1bab149 100644 --- a/bootrom/ldscript-flash +++ b/bootrom/ldscript-flash @@ -25,7 +25,7 @@ SECTIONS . = ALIGN(4); _version_information_start = .; - *(.version_information); + KEEP(*(.version_information)); . = LENGTH(bootphase1) - 0x4; LONG(_version_information_start);