Index: /trunk/softs/tsar_boot/Makefile
===================================================================
--- /trunk/softs/tsar_boot/Makefile	(revision 793)
+++ /trunk/softs/tsar_boot/Makefile	(revision 794)
@@ -115,5 +115,5 @@
 $(BUILD_DIR)/preloader.ld: preloader.ld.in
 	$(ECHO) "[   CC    ]     $(notdir $<)"
-	$(CC) -x c $(INCLUDE) -E $< | $(SED) -e '/#/d' -e '/^[\s\t]*$$/d' > $@
+	$(CC) -DUSE_DT=$(USE_DT) -x c $(INCLUDE) -E $< | $(SED) -e '/#/d' -e '/^[\s\t]*$$/d' > $@
 
 $(TARGET): $(BUILD_DIR) $(OBJS) $(BUILD_DIR)/preloader.ld $(BUILD_DIR)/$(DRV_LIB)
Index: /trunk/softs/tsar_boot/preloader.ld.in
===================================================================
--- /trunk/softs/tsar_boot/preloader.ld.in	(revision 793)
+++ /trunk/softs/tsar_boot/preloader.ld.in	(revision 794)
@@ -29,5 +29,7 @@
         . = ALIGN(0x4);
         dtb_addr = .;
+#if USE_DT == 1
         INCLUDE "build/platform.ld";
+#endif
     }
 
