From 34b4107b9dff538a2cb52e5c171c4becf93ad109 Mon Sep 17 00:00:00 2001 From: Mariano Alvira Date: Mon, 1 Mar 2010 22:09:35 -0500 Subject: [PATCH] It would be nice to not unecessarily use rom data vars. --- TODO | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index eff094808..9a2c1e31a 100644 --- a/TODO +++ b/TODO @@ -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. + +