From: marcansoft Date: Fri, 26 Feb 2010 15:14:47 +0000 (+0000) Subject: Bootloader cleanup (UNTESTED!) X-Git-Tag: v1.0.0~305 X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/86d319551864035038ea0b9355b6fa1815398bfd?hp=86d319551864035038ea0b9355b6fa1815398bfd Bootloader cleanup (UNTESTED!) - Clean up bootloader asm - Remove fromflash.c - it's not worth doing in C, do it in ASM - Clean up linker script - Force use of symbol inside bootphase2 (otherwise linker garbage-collects it) - Link bootloader with gcc instead of ld ---