Index: /trunk/softs/tsar_boot/Makefile
===================================================================
--- /trunk/softs/tsar_boot/Makefile	(revision 389)
+++ /trunk/softs/tsar_boot/Makefile	(revision 390)
@@ -84,5 +84,5 @@
 $(BUILD_DIR)/platform.dtb: $(DTS)
 	$(ECHO) "[   DTC   ]     $(notdir $<)"
-	touch $@;#${DTC} -O dtb -o $@ $< &> /dev/null
+	${DTC} -O dtb -o $@ $< &> /dev/null
 
 $(BUILD_DIR):
Index: /trunk/softs/tsar_boot/README.txt
===================================================================
--- /trunk/softs/tsar_boot/README.txt	(revision 389)
+++ /trunk/softs/tsar_boot/README.txt	(revision 390)
@@ -23,4 +23,8 @@
                  finished.
 				 0 means invalidation must be made.
+
+              -> INSTRUMENTATION
+                 Set value different to 0 if some instrumentation of the
+                 bootloader is needed.
 
               -> CACHE_LINE_SIZE
