Hi, I am thinking of removing the atexit(_fini) call from bootcard and adding a call to _fini in _exit (newlibc.c). I am pretty sure this will be functionally the same but avoid linking in atexit to every BSP. Comments. --joel