It would be nice to not unecessarily use rom data vars.

This commit is contained in:
Mariano Alvira 2010-03-01 22:09:35 -05:00
parent 8c742bc9c8
commit 34b4107b9d

7
TODO
View file

@ -2,6 +2,9 @@
use run_algorithm to hook ROM NVM functions
see flash/stm32x.c
- set XTAL_CNTL. See
http://devl.org/pipermail/mc1322x/2009-October/000063.html
- add TARGETS which doesn't set space aside space for rom variable or
call rom_data_init and
TARGETS_WITH_ROMDATA which does what is going on now.